FD.io VPP  v18.07-34-g55fbdb9
Vector Packet Processing
src/vnet/ipsec-gre

create ipsec gre tunnel

Summary/usage

create ipsec gre tunnel src <addr> dst <addr> local-sa <id> remote-sa <id> [del].

Declaration and implementation

Declaration: create_ipsec_gre_tunnel_command (src/vnet/ipsec-gre/interface.c line 303)

Implementation: create_ipsec_gre_tunnel_command_fn.

show ipsec gre tunnel

Declaration and implementation

Declaration: show_ipsec_gre_tunnel_command (src/vnet/ipsec-gre/interface.c line 70)

Implementation: show_ipsec_gre_tunnel_command_fn.