diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 02:40:46 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 02:40:46 +0200 |
commit | 503006bc2a48c9ec70ee9e8a9fd7725b9304642f (patch) | |
tree | 85be07b08e0c8ade0881dcb35de55e49cc50bd3c /bgpd/bgp_zebra.h | |
parent | Fix "no set metric" for ospf6 and RIP (diff) | |
download | frr-503006bc2a48c9ec70ee9e8a9fd7725b9304642f.tar.xz frr-503006bc2a48c9ec70ee9e8a9fd7725b9304642f.zip |
Make "no redistribute" always remove the redistribute statement
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r-- | bgpd/bgp_zebra.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bgpd/bgp_zebra.h b/bgpd/bgp_zebra.h index eb049a47e..334e3af1d 100644 --- a/bgpd/bgp_zebra.h +++ b/bgpd/bgp_zebra.h @@ -43,8 +43,6 @@ extern int bgp_redistribute_resend (struct bgp *, afi_t, int); extern int bgp_redistribute_rmap_set (struct bgp *, afi_t, int, const char *); extern int bgp_redistribute_metric_set (struct bgp *, afi_t, int, u_int32_t); extern int bgp_redistribute_unset (struct bgp *, afi_t, int); -extern int bgp_redistribute_routemap_unset (struct bgp *, afi_t, int); -extern int bgp_redistribute_metric_unset (struct bgp *, afi_t, int); extern struct interface *if_lookup_by_ipv4 (struct in_addr *); extern struct interface *if_lookup_by_ipv4_exact (struct in_addr *); |