FD.io VPP  v18.01-8-g0eacf49
Vector Packet Processing
ip6_sr_policy_t Struct Reference

SR Policy. More...

+ Collaboration diagram for ip6_sr_policy_t:

Data Fields

u32segments_lists
 SID lists indexes (vector) More...
 
ip6_address_t bsid
 BindingSID (key) More...
 
u8 type
 Type (default is 0) More...
 
dpo_id_t bsid_dpo
 SR Policy specific DPO - BSID. More...
 
dpo_id_t ip4_dpo
 SR Policy specific DPO - IPv6. More...
 
dpo_id_t ip6_dpo
 SR Policy specific DPO - IPv4. More...
 
u32 fib_table
 FIB table. More...
 
u8 is_encap
 Mode (0 is SRH insert, 1 Encaps) More...
 

Detailed Description

SR Policy.

Definition at line 80 of file sr.h.

Field Documentation

ip6_address_t ip6_sr_policy_t::bsid

BindingSID (key)

Definition at line 84 of file sr.h.

dpo_id_t ip6_sr_policy_t::bsid_dpo

SR Policy specific DPO - BSID.

Definition at line 90 of file sr.h.

u32 ip6_sr_policy_t::fib_table

FIB table.

Definition at line 94 of file sr.h.

dpo_id_t ip6_sr_policy_t::ip4_dpo

SR Policy specific DPO - IPv6.

Definition at line 91 of file sr.h.

dpo_id_t ip6_sr_policy_t::ip6_dpo

SR Policy specific DPO - IPv4.

Definition at line 92 of file sr.h.

u8 ip6_sr_policy_t::is_encap

Mode (0 is SRH insert, 1 Encaps)

Definition at line 96 of file sr.h.

u32* ip6_sr_policy_t::segments_lists

SID lists indexes (vector)

Definition at line 82 of file sr.h.

u8 ip6_sr_policy_t::type

Type (default is 0)

Definition at line 86 of file sr.h.


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