FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
src/vnet/unix

show gdb

Summary/usage

Describe functions which can be called from gdb.

Declaration and implementation

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

Implementation: show_gdb_command_fn.

tap connect

Summary/usage

tap connect <intfc-name> [address <ip-addr>/mw] [hwaddr <addr>].

Declaration and implementation

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

Implementation: tap_connect_command_fn.

tap delete

Summary/usage

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

Declaration and implementation

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

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 (src/vnet/unix/tapcli.c line 1346)

Implementation: tap_modify_command_fn.