FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
A representation of a IPIP tunnel. More...
Public Member Functions | |
CLIB_CACHE_LINE_ALIGN_MARK (cacheline0) | |
Data Fields | |
ipip_mode_t | mode |
ipip_transport_t | transport |
ipip_tunnel_key_t * | key |
ip46_address_t | tunnel_src |
ip46_address_t | tunnel_dst |
u32 | fib_index |
u32 | hw_if_index |
u32 | sw_if_index |
u32 | dev_instance |
u32 | user_instance |
ipip_tunnel_flags_t | flags |
ip_dscp_t | dscp |
struct { | |
ip6_address_t ip6_prefix | |
ip4_address_t ip4_prefix | |
u8 ip6_prefix_len | |
u8 ip4_prefix_len | |
u8 shift | |
bool security_check | |
u32 ip6_fib_index | |
} | sixrd |
ipip_tunnel_t::CLIB_CACHE_LINE_ALIGN_MARK | ( | cacheline0 | ) |
ipip_tunnel_flags_t ipip_tunnel_t::flags |
ip4_address_t ipip_tunnel_t::ip4_prefix |
ip6_address_t ipip_tunnel_t::ip6_prefix |
ipip_tunnel_key_t* ipip_tunnel_t::key |
ipip_mode_t ipip_tunnel_t::mode |
struct { ... } ipip_tunnel_t::sixrd |
ipip_transport_t ipip_tunnel_t::transport |