FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
ip6_sr_tunnel_t Struct Reference

Segment Route tunnel. More...

+ Collaboration diagram for ip6_sr_tunnel_t:

Data Fields

ip6_sr_tunnel_key_t key
 src, dst address More...
 
u8name
 Pptional tunnel name. More...
 
u32 dst_mask_width
 Mask width for FIB entry. More...
 
ip6_address_t first_hop
 First hop, to save 1 elt in the segment list. More...
 
u32 rx_fib_index
 RX Fib index. More...
 
u32 tx_fib_index
 TX Fib index. More...
 
u8rewrite
 The actual ip6 SR header. More...
 
u32 policy_index
 Indicates that this tunnel is part of a policy comprising of multiple tunnels. More...
 

Detailed Description

Segment Route tunnel.

Definition at line 49 of file sr.h.

Field Documentation

u32 ip6_sr_tunnel_t::dst_mask_width

Mask width for FIB entry.

Definition at line 58 of file sr.h.

ip6_address_t ip6_sr_tunnel_t::first_hop

First hop, to save 1 elt in the segment list.

Definition at line 61 of file sr.h.

ip6_sr_tunnel_key_t ip6_sr_tunnel_t::key

src, dst address

Definition at line 52 of file sr.h.

u8* ip6_sr_tunnel_t::name

Pptional tunnel name.

Definition at line 55 of file sr.h.

u32 ip6_sr_tunnel_t::policy_index

Indicates that this tunnel is part of a policy comprising of multiple tunnels.

If == ~0 tunnel is not part of a policy

Definition at line 73 of file sr.h.

u8* ip6_sr_tunnel_t::rewrite

The actual ip6 SR header.

Definition at line 69 of file sr.h.

u32 ip6_sr_tunnel_t::rx_fib_index

RX Fib index.

Definition at line 64 of file sr.h.

u32 ip6_sr_tunnel_t::tx_fib_index

TX Fib index.

Definition at line 66 of file sr.h.


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