summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_zebra.h
diff options
context:
space:
mode:
authorDon Slice <dslice@cumulusnetworks.com>2019-03-13 19:41:29 +0100
committerDon Slice <dslice@cumulusnetworks.com>2019-03-14 16:05:38 +0100
commitfc2408ec18117e34aed8aec1559019732eeefdc7 (patch)
tree1b146f91c8b2df431382aaf59940c5a19a892fe5 /bgpd/bgp_zebra.h
parentRevert "bgpd: fix updating redist bitmask when vrf_id changes" (diff)
downloadfrr-fc2408ec18117e34aed8aec1559019732eeefdc7.tar.xz
frr-fc2408ec18117e34aed8aec1559019732eeefdc7.zip
bgpd: move bgp_update_redist_vrf_bitmaps to bgp_zebra.c for wider use beyond bgp_vty
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_zebra.h')
-rw-r--r--bgpd/bgp_zebra.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_zebra.h b/bgpd/bgp_zebra.h
index fc19c5e17..b912870b8 100644
--- a/bgpd/bgp_zebra.h
+++ b/bgpd/bgp_zebra.h
@@ -49,6 +49,7 @@ extern void bgp_zebra_terminate_radv(struct bgp *bgp, struct peer *peer);
extern void bgp_zebra_instance_register(struct bgp *);
extern void bgp_zebra_instance_deregister(struct bgp *);
+extern void bgp_redistribute_redo(struct bgp *bgp);
extern struct bgp_redist *bgp_redist_lookup(struct bgp *, afi_t, uint8_t,
unsigned short);
extern struct bgp_redist *bgp_redist_add(struct bgp *, afi_t, uint8_t,