FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
IPSec-GRE tunnel add/del arguments. More...
Data Fields | |
u8 | is_add |
1 - add, 0 - delete More... | |
ip4_address_t | src |
tunnel IPv4 src address More... | |
ip4_address_t | dst |
tunnel IPv4 dst address More... | |
u32 | lsa |
local IPSec SA id More... | |
u32 | rsa |
remote IPSec SA id More... | |
IPSec-GRE tunnel add/del arguments.
Definition at line 93 of file ipsec_gre.h.
ip4_address_t vnet_ipsec_gre_add_del_tunnel_args_t::dst |
tunnel IPv4 dst address
Definition at line 98 of file ipsec_gre.h.
u8 vnet_ipsec_gre_add_del_tunnel_args_t::is_add |
1 - add, 0 - delete
Definition at line 95 of file ipsec_gre.h.
u32 vnet_ipsec_gre_add_del_tunnel_args_t::lsa |
local IPSec SA id
Definition at line 99 of file ipsec_gre.h.
u32 vnet_ipsec_gre_add_del_tunnel_args_t::rsa |
remote IPSec SA id
Definition at line 100 of file ipsec_gre.h.
ip4_address_t vnet_ipsec_gre_add_del_tunnel_args_t::src |
tunnel IPv4 src address
Definition at line 97 of file ipsec_gre.h.