FD.io VPP  v18.10-34-gcce845e
Vector Packet Processing
ip6_sr_localsid_t Struct Reference

SR LocalSID. More...

+ Collaboration diagram for ip6_sr_localsid_t:

Data Fields

ip6_address_t localsid
 LocalSID IPv6 address. More...
 
char end_psp
 Combined with End.PSP? More...
 
u16 behavior
 Behavior associated to this localsid. More...
 
union {
   u32   sw_if_index
 xconnect only More...
 
   u32   vrf_index
 vrf only More...
 
}; 
 
u32 fib_table
 FIB table where localsid is registered. More...
 
u32 vlan_index
 VLAN tag (not an index) More...
 
ip46_address_t next_hop
 Next_hop for xconnect usage only. More...
 
u32 nh_adj
 Next_adj for xconnect usage only. More...
 
void * plugin_mem
 Memory to be used by the plugin callback functions. More...
 

Detailed Description

SR LocalSID.

Definition at line 102 of file sr.h.

Field Documentation

union { ... }
u16 ip6_sr_localsid_t::behavior

Behavior associated to this localsid.

Definition at line 108 of file sr.h.

char ip6_sr_localsid_t::end_psp

Combined with End.PSP?

Definition at line 106 of file sr.h.

u32 ip6_sr_localsid_t::fib_table

FIB table where localsid is registered.

Definition at line 116 of file sr.h.

ip6_address_t ip6_sr_localsid_t::localsid

LocalSID IPv6 address.

Definition at line 104 of file sr.h.

ip46_address_t ip6_sr_localsid_t::next_hop

Next_hop for xconnect usage only.

Definition at line 120 of file sr.h.

u32 ip6_sr_localsid_t::nh_adj

Next_adj for xconnect usage only.

Definition at line 122 of file sr.h.

void* ip6_sr_localsid_t::plugin_mem

Memory to be used by the plugin callback functions.

Definition at line 124 of file sr.h.

u32 ip6_sr_localsid_t::sw_if_index

xconnect only

Definition at line 112 of file sr.h.

u32 ip6_sr_localsid_t::vlan_index

VLAN tag (not an index)

Definition at line 118 of file sr.h.

u32 ip6_sr_localsid_t::vrf_index

vrf only

Definition at line 113 of file sr.h.


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