FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
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 |
IPv6 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 (alt to sr_policy_index) |
sr_policy | is the index of the SR Policy (alt to 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 |
sw_if_index | is the incoming interface for L2 traffic |
traffic_type | describes the type of traffic |
vl_api_interface_index_t vl_api_sr_steering_add_del_t::sw_if_index |