summaryrefslogtreecommitdiff
path: root/bgpd/bgp_zebra.h
diff options
context:
space:
mode:
authorDon Slice <dslice@cumulusnetworks.com>2019-03-13 18:41:29 +0000
committerDon Slice <dslice@cumulusnetworks.com>2019-03-14 15:05:38 +0000
commitfc2408ec18117e34aed8aec1559019732eeefdc7 (patch)
tree1b146f91c8b2df431382aaf59940c5a19a892fe5 /bgpd/bgp_zebra.h
parent7e20406f0345c2f152a66b20a31044a9d4c59e7c (diff)
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 fc19c5e17f..b912870b80 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,