fib: Always install all routers mcast addresses
[vpp.git] / src / vnet / mfib / ip4_mfib.h
index 5b22559..2e263a4 100644 (file)
@@ -55,6 +55,13 @@ extern void ip4_mfib_table_entry_insert(ip4_mfib_t *fib,
                                         fib_node_index_t fib_entry_index);
 extern void ip4_mfib_table_destroy(ip4_mfib_t *fib);
 
+/**
+ * @brief
+ *  Add/remove the interface from the accepting list of the special MFIB entries
+ */
+extern void ip4_mfib_interface_enable_disable(u32 sw_if_index,
+                                              int is_enable);
+
 /**
  * @brief Get the FIB at the given index
  */