diff options
Diffstat (limited to 'src/vnet/mfib/ip4_mfib.h')
-rw-r--r-- | src/vnet/mfib/ip4_mfib.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vnet/mfib/ip4_mfib.h b/src/vnet/mfib/ip4_mfib.h index 5b225596469..2e263a497d2 100644 --- a/src/vnet/mfib/ip4_mfib.h +++ b/src/vnet/mfib/ip4_mfib.h @@ -56,6 +56,13 @@ extern void ip4_mfib_table_entry_insert(ip4_mfib_t *fib, 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 */ static inline ip4_mfib_t * |