FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
create tap {id <if-id>} [hw-addr <mac-address>] [rx-ring-size <size>] [tx-ring-size <size>] [host-ns <netns>] [host-bridge <bridge-name>] [host-ip4-addr <ip4addr/mask>] [host-ip6-addr <ip6-addr] [host-if-name <name>].
Declaration: tap_create_command (src/vnet/devices/tap/cli.c line 100)
Implementation: tap_create_command_fn.
delete tap {<interface> | sw_if_index <sw_idx>}.
Declaration: tap_delete__command (src/vnet/devices/tap/cli.c line 150)
Implementation: tap_delete_command_fn.