FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
vl_api_sr_policy_mod_t Struct Reference

IPv6 SR policy modification. More...

+ Collaboration diagram for vl_api_sr_policy_mod_t:

Data Fields

u32 client_index
 
u32 context
 
u8 bsid_addr [16]
 
u32 sr_policy_index
 
u32 fib_table
 
u8 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 100 of file sr.api.

Field Documentation

u8 vl_api_sr_policy_mod_t::bsid_addr[16]

Definition at line 104 of file sr.api.

u32 vl_api_sr_policy_mod_t::client_index

Definition at line 102 of file sr.api.

u32 vl_api_sr_policy_mod_t::context

Definition at line 103 of file sr.api.

u32 vl_api_sr_policy_mod_t::fib_table

Definition at line 106 of file sr.api.

u8 vl_api_sr_policy_mod_t::operation

Definition at line 107 of file sr.api.

vl_api_srv6_sid_list_t vl_api_sr_policy_mod_t::sids

Definition at line 110 of file sr.api.

u32 vl_api_sr_policy_mod_t::sl_index

Definition at line 108 of file sr.api.

u32 vl_api_sr_policy_mod_t::sr_policy_index

Definition at line 105 of file sr.api.

u32 vl_api_sr_policy_mod_t::weight

Definition at line 109 of file sr.api.


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