FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Create a new subinterface with the given vlan id. More...
Data Fields | |
u32 | client_index |
u32 | context |
vl_api_interface_index_t | sw_if_index |
u32 | vlan_id |
Create a new subinterface with the given vlan id.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
sw_if_index | - software index of the new vlan's parent interface |
vlan_id | - vlan tag of the new interface |
Definition at line 519 of file interface.api.
u32 vl_api_create_vlan_subif_t::client_index |
Definition at line 521 of file interface.api.
u32 vl_api_create_vlan_subif_t::context |
Definition at line 522 of file interface.api.
vl_api_interface_index_t vl_api_create_vlan_subif_t::sw_if_index |
Definition at line 523 of file interface.api.
u32 vl_api_create_vlan_subif_t::vlan_id |
Definition at line 524 of file interface.api.