]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_mroute.h
*: add a vrf update hook to be informed of the vrf name
[mirror_frr.git] / pimd / pim_mroute.h
index 9e12b18702eedced2aa3f28b7cb7b2b0da66aabb..bd71acbf82cab506d7e05a161ea575585f0d4c63 100644 (file)
 #define MRT_PIM      (MRT_BASE+8)    /* enable PIM code      */
 #endif
 
+#ifndef MRT_TABLE
+#define MRT_TABLE    (209)           /* Specify mroute table ID */
+#endif
+
 #ifndef HAVE_VIFI_T
 typedef unsigned short vifi_t;
 #endif
@@ -168,7 +172,7 @@ int pim_mroute_socket_disable(struct pim_instance *pim);
 
 int pim_mroute_add_vif(struct interface *ifp, struct in_addr ifaddr,
                       unsigned char flags);
-int pim_mroute_del_vif(int vif_index);
+int pim_mroute_del_vif(struct interface *ifp);
 
 int pim_mroute_add(struct channel_oil *c_oil, const char *name);
 int pim_mroute_del(struct channel_oil *c_oil, const char *name);