FD.io VPP  v19.08-24-ge6a5712
Vector Packet Processing
src/vnet/gre

create gre tunnel

Summary/usage

create gre tunnel src <addr> dst <addr> [instance <n>] [outer-fib-id <fib>] [teb | erspan <session-id>] [del].

Declaration and implementation

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

Implementation: create_gre_tunnel_command_fn.

show gre tunnel

Declaration and implementation

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

Implementation: show_gre_tunnel_command_fn.