FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
IPSec-GRE tunnel parameters. More...
Public Member Functions | |
CLIB_CACHE_LINE_ALIGN_MARK (cacheline0) | |
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 52 of file ipsec_gre.h.
ipsec_gre_tunnel_t::CLIB_CACHE_LINE_ALIGN_MARK | ( | cacheline0 | ) |
u32 ipsec_gre_tunnel_t::hw_if_index |
Definition at line 62 of file ipsec_gre.h.
u32 ipsec_gre_tunnel_t::local_sa |
local IPSec SA index
Definition at line 58 of file ipsec_gre.h.
u32 ipsec_gre_tunnel_t::local_sa_id |
local IPSec SA id
Definition at line 60 of file ipsec_gre.h.
u32 ipsec_gre_tunnel_t::remote_sa |
remote IPSec SA index
Definition at line 59 of file ipsec_gre.h.
u32 ipsec_gre_tunnel_t::remote_sa_id |
remote IPSec SA id
Definition at line 61 of file ipsec_gre.h.
u32 ipsec_gre_tunnel_t::sw_if_index |
hardware interface index
Definition at line 62 of file ipsec_gre.h.
ip4_address_t ipsec_gre_tunnel_t::tunnel_dst |
tunnel IPv4 dst address
Definition at line 57 of file ipsec_gre.h.
ip4_address_t ipsec_gre_tunnel_t::tunnel_src |
tunnel IPv4 src address
Definition at line 56 of file ipsec_gre.h.