FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
src/vnet/devices/tap

create tap

Summary/usage

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-ip4-gw <ip4-addr>] [host-ip6-gw <ip6-addr>] [host-if-name <name>] [no-gso|gso].

Declaration and implementation

Declaration: tap_create_command (src/vnet/devices/tap/cli.c line 111)

Implementation: tap_create_command_fn.

delete tap

Summary/usage

delete tap {<interface> | sw_if_index <sw_idx>}.

Declaration and implementation

Declaration: tap_delete__command (src/vnet/devices/tap/cli.c line 162)

Implementation: tap_delete_command_fn.

set tap gso

Summary/usage

set tap gso {<interface> | sw_if_index <sw_idx>} <enable|disable>.

Declaration and implementation

Declaration: tap_gso__command (src/vnet/devices/tap/cli.c line 215)

Implementation: tap_gso_command_fn.