FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
Set flags on the interface. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | sw_if_index |
u8 | admin_up_down |
Set flags on the interface.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
sw_if_index | - index of the interface to set flags on |
admin_up_down | - set the admin state, 1 = up, 0 = down |
link_up_down | - Oper state sent on change event, not used in config. |
Definition at line 15 of file interface.api.
u8 vl_api_sw_interface_set_flags_t::admin_up_down |
Definition at line 21 of file interface.api.
u32 vl_api_sw_interface_set_flags_t::client_index |
Definition at line 17 of file interface.api.
u32 vl_api_sw_interface_set_flags_t::context |
Definition at line 18 of file interface.api.
u32 vl_api_sw_interface_set_flags_t::sw_if_index |
Definition at line 19 of file interface.api.