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

IPv6 SR steering add/del. More...

Data Fields

u32 client_index
 
u32 context
 
bool is_del [default=false]
 
vl_api_ip6_address_t bsid_addr
 
u32 sr_policy_index
 
u32 table_id
 
vl_api_prefix_t prefix
 
vl_api_interface_index_t sw_if_index
 
vl_api_sr_steer_t traffic_type
 

Detailed Description

IPv6 SR steering add/del.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
is_del
bsidis the bindingSID of the SR Policy (alt to sr_policy_index)
sr_policyis the index of the SR Policy (alt to bsid)
table_idis the VRF where to install the FIB entry for the BSID
prefixis the IPv4/v6 address for L3 traffic type
mask_widthis the mask for L3 traffic type
sw_if_indexis the incoming interface for L2 traffic
traffic_typedescribes the type of traffic

Definition at line 163 of file sr.api.

Field Documentation

◆ bsid_addr

vl_api_ip6_address_t vl_api_sr_steering_add_del_t::bsid_addr

Definition at line 168 of file sr.api.

◆ client_index

u32 vl_api_sr_steering_add_del_t::client_index

Definition at line 165 of file sr.api.

◆ context

u32 vl_api_sr_steering_add_del_t::context

Definition at line 166 of file sr.api.

◆ is_del

bool vl_api_sr_steering_add_del_t::is_del[default=false]

Definition at line 167 of file sr.api.

◆ prefix

vl_api_prefix_t vl_api_sr_steering_add_del_t::prefix

Definition at line 171 of file sr.api.

◆ sr_policy_index

u32 vl_api_sr_steering_add_del_t::sr_policy_index

Definition at line 169 of file sr.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_sr_steering_add_del_t::sw_if_index

Definition at line 172 of file sr.api.

◆ table_id

u32 vl_api_sr_steering_add_del_t::table_id

Definition at line 170 of file sr.api.

◆ traffic_type

vl_api_sr_steer_t vl_api_sr_steering_add_del_t::traffic_type

Definition at line 173 of file sr.api.


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