]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_zebra.h
Merge pull request #5767 from ton31337/fix/replace_s_addr_0_to_INADDR_ANY
[mirror_frr.git] / pimd / pim_zebra.h
index dd46fd40f9acea7ed15b69f980213f2097e396b4..0f216cf5c907b12febf8facce1efe44843c13982 100644 (file)
@@ -46,4 +46,12 @@ 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);
+void pim_zebra_upstream_rpf_changed(struct pim_instance *pim,
+                                   struct pim_upstream *up,
+                                   struct pim_rpf *old);
+
+void pim_zebra_interface_set_master(struct interface *vrf,
+                                   struct interface *ifp);
 #endif /* PIM_ZEBRA_H */