FD.io VPP
v19.01.2-3-gf61a1a8
Vector Packet Processing
|
Describe functions which can be called from gdb.
Declaration: show_gdb_funcs_command (src/vnet/unix/gdb_funcs.c line 214)
Implementation: show_gdb_command_fn.
tap connect <intfc-name> [address <ip-addr>/mw] [hwaddr <addr>].
Declaration: tap_connect_command (src/vnet/unix/tapcli.c line 1502)
Implementation: tap_connect_command_fn.
tap delete <vpp-tap-intfc-name>.
Declaration: tap_delete_command (src/vnet/unix/tapcli.c line 1236)
Implementation: tap_delete_command_fn.
tap modify <vpp-tap-intfc-name> <linux-intfc-name> [hwaddr <addr>].
Declaration: tap_modify_command (src/vnet/unix/tapcli.c line 1340)
Implementation: tap_modify_command_fn.