]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_zebra.h
Merge pull request #5288 from SumitAgarwal123/bfd_docs
[mirror_frr.git] / pimd / pim_zebra.h
index c9ed89863ce594d415b15c197623c539887d60b2..0f216cf5c907b12febf8facce1efe44843c13982 100644 (file)
@@ -51,4 +51,7 @@ 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 */