FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
src/vnet/nhrp

create nhrp

Summary/usage

create nhrp <interface> peer <addr> nh <addr> [nh-table-id <ID>].

Declaration and implementation

Declaration: nhrp_create_command (src/vnet/nhrp/nhrp_cli.c line 90)

Implementation: nhrp_add.

delete nhrp

Summary/usage

delete nhrp <interface> peer <addr>.

Declaration and implementation

Declaration: nhrp_delete_command (src/vnet/nhrp/nhrp_cli.c line 156)

Implementation: nhrp_del.

show nhrp

Summary/usage

show nhrp.

Declaration and implementation

Declaration: nhrp_show_command (src/vnet/nhrp/nhrp_cli.c line 181)

Implementation: nhrp_show.