FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Modify a tap interface with the given parameters. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | sw_if_index |
u8 | use_random_mac |
u8 | tap_name [64] |
u8 | mac_address [6] |
u8 | renumber |
u32 | custom_dev_instance |
Modify a tap interface with the given parameters.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
sw_if_index | - interface index of existing tap interface |
use_random_mac | - let the system generate a unique mac address |
tap_name | - name to associate with the new interface |
mac_address | - mac addr to assign to the interface if use_random not set |