FD.io VPP
v19.08.3-2-gbabecb413
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 33 of file interface.api.
u8 vl_api_sw_interface_set_flags_t::admin_up_down |
Definition at line 39 of file interface.api.
u32 vl_api_sw_interface_set_flags_t::client_index |
Definition at line 35 of file interface.api.
u32 vl_api_sw_interface_set_flags_t::context |
Definition at line 36 of file interface.api.
u32 vl_api_sw_interface_set_flags_t::sw_if_index |
Definition at line 37 of file interface.api.