FD.io VPP
v21.01.1
Vector Packet Processing
|
IPv6 SR policy modification. More...
Data Fields | |
u32 | client_index |
u32 | context |
vl_api_ip6_address_t | bsid_addr |
u32 | sr_policy_index |
u32 | fib_table |
vl_api_sr_policy_op_t | operation |
u32 | sl_index |
u32 | weight |
vl_api_srv6_sid_list_t | sids |
IPv6 SR policy modification.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
bsid | is the bindingSID of the SR Policy |
sr_policy_index | is the index of the SR policy |
fib_table | is the VRF where to install the FIB entry for the BSID |
operation | is the operation to perform (among the top ones) |
sl_index | is the index of the Segment List to modify/delete |
weight | is the weight of the sid list. optional. |
sids | is a srv6_sid_list object |