X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fmfib%2Fip4_mfib.h;h=2e263a497d2f723f98c0b91042741e304f753643;hb=03c254ec70917290b2fde27de1e7b37abe508ade;hp=5b225596469d302add9826e8f0089b9914df4f6d;hpb=64e96613d27816ed7d24b9ca2ed760d855d76c81;p=vpp.git 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 @@ -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 */