FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
arguments structure for vnet_tap_connect, vnet_tap_connect_renumber, etc. More...
Data Fields | |
u8 * | intfc_name |
Interface name. More... | |
u8 * | hwaddr_arg |
Mac address. More... | |
u8 | ip4_address_set |
Please set the indicated ip4 address/mask on the interface. More... | |
u8 | ip6_address_set |
Please set the indicated ip4 address/mask on the interface. More... | |
u8 | renumber |
Renumber the (existing) interface. More... | |
ip4_address_t * | ip4_address |
(optional) ip4 address to set More... | |
u32 | ip4_mask_width |
(optional) ip4 mask width to set More... | |
ip6_address_t * | ip6_address |
(optional) ip6 address to set More... | |
u32 | ip6_mask_width |
(optional) ip6 mask width to set More... | |
u32 * | sw_if_indexp |
Output parameter: result sw_if_index. More... | |
u32 | custom_dev_instance |
Custom device instance. More... | |
u32 | orig_sw_if_index |
original sw_if_index (renumber) More... | |
arguments structure for vnet_tap_connect, vnet_tap_connect_renumber, etc.
u32 vnet_tap_connect_args_t::custom_dev_instance |
ip4_address_t* vnet_tap_connect_args_t::ip4_address |
u8 vnet_tap_connect_args_t::ip4_address_set |
u32 vnet_tap_connect_args_t::ip4_mask_width |
ip6_address_t* vnet_tap_connect_args_t::ip6_address |
u8 vnet_tap_connect_args_t::ip6_address_set |
u32 vnet_tap_connect_args_t::ip6_mask_width |
u32 vnet_tap_connect_args_t::orig_sw_if_index |
u8 vnet_tap_connect_args_t::renumber |
u32* vnet_tap_connect_args_t::sw_if_indexp |