FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
src/plugins/nsh

create nsh entry

Summary/usage

create nsh entry {nsp <nn> nsi <nn>} [ttl <nn>] [md-type <nn>]  [c1 <nn> c2 <nn> c3 <nn> c4 <nn>] [tlv-ioam-trace] [del]

Declaration and implementation

Declaration: create_nsh_entry_command (src/plugins/nsh/nsh.c line 1260)

Implementation: nsh_add_del_entry_command_fn.

create nsh map

Summary/usage

create nsh map nsp <nn> nsi <nn> [del] mapped-nsp <nn> mapped-nsi <nn> nsh_action [swap|push|pop] [encap-gre4-intf <nn> | encap-gre4-intf <nn> | encap-vxlan-gpe-intf <nn> | encap-lisp-gpe-intf <nn>  encap-vxlan4-intf <nn> | encap-vxlan6-intf <nn>| encap-eth-intf <nn> | encap-none]

Declaration and implementation

Declaration: create_nsh_map_command (src/plugins/nsh/nsh.c line 840)

Implementation: nsh_add_del_map_command_fn.

show nsh entry

Declaration and implementation

Declaration: show_nsh_entry_command (src/plugins/nsh/nsh.c line 1469)

Implementation: show_nsh_entry_command_fn.

show nsh map

Declaration and implementation

Declaration: show_nsh_map_command (src/plugins/nsh/nsh.c line 906)

Implementation: show_nsh_map_command_fn.