FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Enable or disable a MAP interface. More...
Data Fields | |
u32 | client_index |
u32 | context |
vl_api_interface_index_t | sw_if_index |
bool | is_enable |
bool | is_translation |
Enable or disable a MAP interface.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
sw_if_index | - |
is_enable | - 0=disable, 1=enable interface |
is_translation | - 0=encapsulation, 1=translation |
vl_api_interface_index_t vl_api_map_if_enable_disable_t::sw_if_index |