FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vl_api_sr_mpls_steering_add_del_t Struct Reference

MPLS SR steering add/del. More...

Data Fields

u32 client_index
 
u32 context
 
bool is_del [default=false]
 
u32 bsid
 
u32 table_id
 
vl_api_prefix_t prefix
 
u32 mask_width
 
vl_api_address_t next_hop
 
u32 color
 
u8 co_bits
 
u32 vpn_label
 

Detailed Description

MPLS SR steering add/del.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
is_del
bsid- is the bindingSID of the SR Policy (~0 is no bsid)
table_id- is the VRF where to install the FIB entry for the BSID
prefix- is the IPv4/v6 address for L3 traffic type.
mask_width- is the mask for L3 traffic type
next_hop- describes the next_hop (in case no BSID)
color- describes the color
co_bits- are the CO_bits of the steering policy
vpn_label- is an additonal last VPN label. (~0 is no label)

Definition at line 90 of file sr_mpls.api.

Field Documentation

◆ bsid

u32 vl_api_sr_mpls_steering_add_del_t::bsid

Definition at line 95 of file sr_mpls.api.

◆ client_index

u32 vl_api_sr_mpls_steering_add_del_t::client_index

Definition at line 92 of file sr_mpls.api.

◆ co_bits

u8 vl_api_sr_mpls_steering_add_del_t::co_bits

Definition at line 101 of file sr_mpls.api.

◆ color

u32 vl_api_sr_mpls_steering_add_del_t::color

Definition at line 100 of file sr_mpls.api.

◆ context

u32 vl_api_sr_mpls_steering_add_del_t::context

Definition at line 93 of file sr_mpls.api.

◆ is_del

bool vl_api_sr_mpls_steering_add_del_t::is_del[default=false]

Definition at line 94 of file sr_mpls.api.

◆ mask_width

u32 vl_api_sr_mpls_steering_add_del_t::mask_width

Definition at line 98 of file sr_mpls.api.

◆ next_hop

vl_api_address_t vl_api_sr_mpls_steering_add_del_t::next_hop

Definition at line 99 of file sr_mpls.api.

◆ prefix

vl_api_prefix_t vl_api_sr_mpls_steering_add_del_t::prefix

Definition at line 97 of file sr_mpls.api.

◆ table_id

u32 vl_api_sr_mpls_steering_add_del_t::table_id

Definition at line 96 of file sr_mpls.api.

◆ vpn_label

u32 vl_api_sr_mpls_steering_add_del_t::vpn_label

Definition at line 102 of file sr_mpls.api.


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