![]() |
FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
MPLS SR steering add/del. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u8 | is_del |
| u32 | bsid |
| u32 | table_id |
| u8 | prefix_addr [16] |
| u32 | mask_width |
| u8 | traffic_type |
| u8 | next_hop [16] |
| u8 | nh_type |
| 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. If IPv4 (first 4B). |
| mask_width | is the mask for L3 traffic type |
| sw_if_index | is the incoming interface for L2 traffic |
| traffic_type | describes the type of traffic |
| next_hop | describes the next_hop (in case no BSID) |
| nh_type | describes type of NH (IPv4=4, IPv6=6) |
| 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 89 of file sr_mpls.api.
| u32 vl_api_sr_mpls_steering_add_del_t::bsid |
Definition at line 94 of file sr_mpls.api.
| u32 vl_api_sr_mpls_steering_add_del_t::client_index |
Definition at line 91 of file sr_mpls.api.
| u8 vl_api_sr_mpls_steering_add_del_t::co_bits |
Definition at line 102 of file sr_mpls.api.
| u32 vl_api_sr_mpls_steering_add_del_t::color |
Definition at line 101 of file sr_mpls.api.
| u32 vl_api_sr_mpls_steering_add_del_t::context |
Definition at line 92 of file sr_mpls.api.
| u8 vl_api_sr_mpls_steering_add_del_t::is_del |
Definition at line 93 of file sr_mpls.api.
| u32 vl_api_sr_mpls_steering_add_del_t::mask_width |
Definition at line 97 of file sr_mpls.api.
| u8 vl_api_sr_mpls_steering_add_del_t::next_hop[16] |
Definition at line 99 of file sr_mpls.api.
| u8 vl_api_sr_mpls_steering_add_del_t::nh_type |
Definition at line 100 of file sr_mpls.api.
| u8 vl_api_sr_mpls_steering_add_del_t::prefix_addr[16] |
Definition at line 96 of file sr_mpls.api.
| u32 vl_api_sr_mpls_steering_add_del_t::table_id |
Definition at line 95 of file sr_mpls.api.
| u8 vl_api_sr_mpls_steering_add_del_t::traffic_type |
Definition at line 98 of file sr_mpls.api.
| u32 vl_api_sr_mpls_steering_add_del_t::vpn_label |
Definition at line 103 of file sr_mpls.api.