CLI allows to add filter entry without specifying interface id:
l2fib add 00:11:22:33:44:55 0 filter
which calls l2fib_add_entry with sw_if_index == ~0,
but l2fib_add_del message sent using binary apis, results in VNET_API_ERROR_INVALID_SW_IF_INDEX
(vl_api_l2fib_add_del_t_handler does some validation before calling l2fib_add_entry)
- relates to
-
HONEYCOMB-317 Update L2 add/dell entry translation code
- Complete
-
HONEYCOMB-91 L2 fib management support
- Complete