FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
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 |
MPLS SR steering add/del.
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.
u32 vl_api_sr_mpls_steering_add_del_t::bsid |
Definition at line 95 of file sr_mpls.api.
u32 vl_api_sr_mpls_steering_add_del_t::client_index |
Definition at line 92 of file sr_mpls.api.
u8 vl_api_sr_mpls_steering_add_del_t::co_bits |
Definition at line 101 of file sr_mpls.api.
u32 vl_api_sr_mpls_steering_add_del_t::color |
Definition at line 100 of file sr_mpls.api.
u32 vl_api_sr_mpls_steering_add_del_t::context |
Definition at line 93 of file sr_mpls.api.
Definition at line 94 of file sr_mpls.api.
u32 vl_api_sr_mpls_steering_add_del_t::mask_width |
Definition at line 98 of file sr_mpls.api.
vl_api_address_t vl_api_sr_mpls_steering_add_del_t::next_hop |
Definition at line 99 of file sr_mpls.api.
vl_api_prefix_t vl_api_sr_mpls_steering_add_del_t::prefix |
Definition at line 97 of file sr_mpls.api.
u32 vl_api_sr_mpls_steering_add_del_t::table_id |
Definition at line 96 of file sr_mpls.api.
u32 vl_api_sr_mpls_steering_add_del_t::vpn_label |
Definition at line 102 of file sr_mpls.api.