![]() |
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Add or delete a secondary MAC address on an interface. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u32 | sw_if_index |
| vl_api_mac_address_t | addr |
| u8 | is_add |
Add or delete a secondary MAC address on an interface.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| sw_if_index | - the interface whose MAC will be set |
| mac_addr | - the new MAC address |
| is_add | - 0 to delete, != 0 to add |
Definition at line 373 of file interface.api.
| vl_api_mac_address_t vl_api_sw_interface_add_del_mac_address_t::addr |
Definition at line 378 of file interface.api.
| u32 vl_api_sw_interface_add_del_mac_address_t::client_index |
Definition at line 375 of file interface.api.
| u32 vl_api_sw_interface_add_del_mac_address_t::context |
Definition at line 376 of file interface.api.
| u8 vl_api_sw_interface_add_del_mac_address_t::is_add |
Definition at line 379 of file interface.api.
| u32 vl_api_sw_interface_add_del_mac_address_t::sw_if_index |
Definition at line 377 of file interface.api.