FD.io VPP  v20.01-48-g3e0dafb74
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...
 
u16 plugin
 
void * plugin_mem
 

Detailed Description

SR Policy.

Definition at line 91 of file sr.h.

Field Documentation

◆ bsid

ip6_address_t ip6_sr_policy_t::bsid

BindingSID (key)

Definition at line 95 of file sr.h.

◆ bsid_dpo

dpo_id_t ip6_sr_policy_t::bsid_dpo

SR Policy specific DPO - BSID.

Definition at line 101 of file sr.h.

◆ fib_table

u32 ip6_sr_policy_t::fib_table

FIB table.

Definition at line 105 of file sr.h.

◆ ip4_dpo

dpo_id_t ip6_sr_policy_t::ip4_dpo

SR Policy specific DPO - IPv6.

Definition at line 102 of file sr.h.

◆ ip6_dpo

dpo_id_t ip6_sr_policy_t::ip6_dpo

SR Policy specific DPO - IPv4.

Definition at line 103 of file sr.h.

◆ is_encap

u8 ip6_sr_policy_t::is_encap

Mode (0 is SRH insert, 1 Encaps)

Definition at line 107 of file sr.h.

◆ plugin

u16 ip6_sr_policy_t::plugin

Definition at line 109 of file sr.h.

◆ plugin_mem

void* ip6_sr_policy_t::plugin_mem

Definition at line 110 of file sr.h.

◆ segments_lists

u32* ip6_sr_policy_t::segments_lists

SID lists indexes (vector)

Definition at line 93 of file sr.h.

◆ type

u8 ip6_sr_policy_t::type

Type (default is 0)

Definition at line 97 of file sr.h.


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