FD.io VPP  v17.04-9-g99c0734
Vector Packet Processing
src/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 (src/vnet/vxlan-gpe/vxlan_gpe.c line 607)

Implementation: vxlan_gpe_add_del_tunnel_command_fn.

show vxlan-gpe

Declaration and implementation

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

Implementation: show_vxlan_gpe_tunnel_command_fn.