summaryrefslogtreecommitdiffstats
path: root/pimd/pim_zebra.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-07-31 23:40:37 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-07-31 23:40:37 +0200
commit74389231689bfbe8a22159190943c39255bd40e5 (patch)
tree59a56d8d61312e9944824d4b15a9b5dd441bed88 /pimd/pim_zebra.h
parentMerge pull request #2753 from qlyoung/fix-zebra-shutdown-crash-2 (diff)
downloadfrr-74389231689bfbe8a22159190943c39255bd40e5.tar.xz
frr-74389231689bfbe8a22159190943c39255bd40e5.zip
pimd: Abstract sending of data to peers
After we have decided what has changed as part of a update we need to send the j/p messages to our peers. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_zebra.h')
-rw-r--r--pimd/pim_zebra.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_zebra.h b/pimd/pim_zebra.h
index dd46fd40f..a0b59a6db 100644
--- a/pimd/pim_zebra.h
+++ b/pimd/pim_zebra.h
@@ -46,4 +46,6 @@ void pim_forward_stop(struct pim_ifchannel *ch, bool install_it);
void sched_rpf_cache_refresh(struct pim_instance *pim);
struct zclient *pim_zebra_zclient_get(void);
+
+void pim_zebra_update_all_interfaces(struct pim_instance *pim);
#endif /* PIM_ZEBRA_H */