FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
IPSec-GRE tunnel parameters. More...
Data Fields | |
ip4_address_t | tunnel_src |
tunnel IPv4 src address More... | |
ip4_address_t | tunnel_dst |
tunnel IPv4 dst address More... | |
u32 | local_sa |
local IPSec SA index More... | |
u32 | remote_sa |
remote IPSec SA index More... | |
u32 | local_sa_id |
local IPSec SA id More... | |
u32 | remote_sa_id |
remote IPSec SA id More... | |
u32 | hw_if_index |
u32 | sw_if_index |
hardware interface index More... | |
IPSec-GRE tunnel parameters.
Definition at line 50 of file ipsec_gre.h.
u32 ipsec_gre_tunnel_t::hw_if_index |
Definition at line 58 of file ipsec_gre.h.
u32 ipsec_gre_tunnel_t::local_sa |
local IPSec SA index
Definition at line 54 of file ipsec_gre.h.
u32 ipsec_gre_tunnel_t::local_sa_id |
local IPSec SA id
Definition at line 56 of file ipsec_gre.h.
u32 ipsec_gre_tunnel_t::remote_sa |
remote IPSec SA index
Definition at line 55 of file ipsec_gre.h.
u32 ipsec_gre_tunnel_t::remote_sa_id |
remote IPSec SA id
Definition at line 57 of file ipsec_gre.h.
u32 ipsec_gre_tunnel_t::sw_if_index |
hardware interface index
Definition at line 58 of file ipsec_gre.h.
ip4_address_t ipsec_gre_tunnel_t::tunnel_dst |
tunnel IPv4 dst address
Definition at line 53 of file ipsec_gre.h.
ip4_address_t ipsec_gre_tunnel_t::tunnel_src |
tunnel IPv4 src address
Definition at line 52 of file ipsec_gre.h.