FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
create teib <interface> peer <addr> nh <addr> [nh-table-id <ID>].
Declaration: teib_create_command (src/vnet/teib/teib_cli.c line 89)
Implementation: teib_add.
delete teib <interface> peer <addr>.
Declaration: teib_delete_command (src/vnet/teib/teib_cli.c line 154)
Implementation: teib_del.
show teib.
Declaration: teib_show_command (src/vnet/teib/teib_cli.c line 179)
Implementation: teib_show.