FD.io VPP  v16.09
Vector Packet Processing
ipsec_gre_tunnel_t Struct Reference

IPSec-GRE tunnel parameters. More...

+ Collaboration diagram for ipsec_gre_tunnel_t:

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...
 

Detailed Description

IPSec-GRE tunnel parameters.

Definition at line 50 of file ipsec_gre.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: