FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
vnet/vnet/unix

show gdb

Summary/usage

Describe functions which can be called from gdb.

Declaration and implementation

Declaration: show_gdb_funcs_command (vnet/vnet/unix/gdb_funcs.c line 161)

Implementation: show_gdb_command_fn.

tap connect

Summary/usage

tap connect <intfc-name> [hwaddr <addr>].

Declaration and implementation

Declaration: tap_connect_command (vnet/vnet/unix/tapcli.c line 1296)

Implementation: tap_connect_command_fn.

tap delete

Summary/usage

tap delete <vpp-tap-intfc-name>.

Declaration and implementation

Declaration: tap_delete_command (vnet/vnet/unix/tapcli.c line 1101)

Implementation: tap_delete_command_fn.

tap modify

Summary/usage

tap modify <vpp-tap-intfc-name> <linux-intfc-name> [hwaddr <addr>].

Declaration and implementation

Declaration: tap_modify_command (vnet/vnet/unix/tapcli.c line 1197)

Implementation: tap_modify_command_fn.