FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
vnet/vnet/vxlan-gpe

create vxlan-gpe tunnel

Summary/usage

create vxlan-gpe tunnel local <local-addr> remote <remote-addr> vni <nn> [next-ip4][next-ip6][next-ethernet][next-nsh] [encap-vrf-id <nn>] [decap-vrf-id <nn>] [del]n.

Declaration and implementation

Declaration: create_vxlan_gpe_tunnel_command (vnet/vnet/vxlan-gpe/vxlan_gpe.c line 577)

Implementation: vxlan_gpe_add_del_tunnel_command_fn.

show vxlan-gpe

Declaration and implementation

Declaration: show_vxlan_gpe_tunnel_command (vnet/vnet/vxlan-gpe/vxlan_gpe.c line 616)

Implementation: show_vxlan_gpe_tunnel_command_fn.