FD.io VPP  v21.06
Vector Packet Processing
vl_api_sr_policy_mod_t Struct Reference

IPv6 SR policy modification. More...

Data Fields

u32 client_index
 
u32 context
 
vl_api_ip6_address_t bsid_addr
 
u32 sr_policy_index
 
u32 fib_table
 
vl_api_sr_policy_op_t operation
 
u32 sl_index
 
u32 weight
 
vl_api_srv6_sid_list_t sids
 

Detailed Description

IPv6 SR policy modification.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
bsidis the bindingSID of the SR Policy
sr_policy_indexis the index of the SR policy
fib_tableis the VRF where to install the FIB entry for the BSID
operationis the operation to perform (among the top ones)
sl_indexis the index of the Segment List to modify/delete
weightis the weight of the sid list. optional.
sidsis a srv6_sid_list object

Definition at line 99 of file sr.api.

Field Documentation

◆ bsid_addr

vl_api_ip6_address_t vl_api_sr_policy_mod_t::bsid_addr

Definition at line 103 of file sr.api.

◆ client_index

u32 vl_api_sr_policy_mod_t::client_index

Definition at line 101 of file sr.api.

◆ context

u32 vl_api_sr_policy_mod_t::context

Definition at line 102 of file sr.api.

◆ fib_table

u32 vl_api_sr_policy_mod_t::fib_table

Definition at line 105 of file sr.api.

◆ operation

vl_api_sr_policy_op_t vl_api_sr_policy_mod_t::operation

Definition at line 106 of file sr.api.

◆ sids

vl_api_srv6_sid_list_t vl_api_sr_policy_mod_t::sids

Definition at line 109 of file sr.api.

◆ sl_index

u32 vl_api_sr_policy_mod_t::sl_index

Definition at line 107 of file sr.api.

◆ sr_policy_index

u32 vl_api_sr_policy_mod_t::sr_policy_index

Definition at line 104 of file sr.api.

◆ weight

u32 vl_api_sr_policy_mod_t::weight

Definition at line 108 of file sr.api.


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