FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
l2 fib table details structure More...
Data Fields | |
u32 | context |
u32 | bd_id |
vl_api_mac_address_t | mac |
vl_api_interface_index_t | sw_if_index |
bool | static_mac |
bool | filter_mac |
bool | bvi_mac |
l2 fib table details structure
bd_id | - the l2 fib / bridge domain table id |
mac | - the entry's mac address |
sw_if_index | - index of the interface |
static_mac | - the entry is statically configured. |
filter_mac | - the entry is a mac filter entry. |
bvi_mac | - the mac address is a bridge virtual interface |
vl_api_interface_index_t vl_api_l2_fib_table_details_t::sw_if_index |