FD.io VPP  v17.01-9-ge7dcee4
Vector Packet Processing
vnet/vnet/gre

create gre tunnel

Summary/usage

create gre tunnel src <addr> dst <addr> [outer-fib-id <fib>] [teb] [del].

Declaration and implementation

Declaration: create_gre_tunnel_command (vnet/vnet/gre/interface.c line 550)

Implementation: create_gre_tunnel_command_fn.

show gre tunnel

Declaration and implementation

Declaration: show_gre_tunnel_command (vnet/vnet/gre/interface.c line 594)

Implementation: show_gre_tunnel_command_fn.