![]() |
FD.io VPP
v21.01
Vector Packet Processing
|
IPv6 SR policy add. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| vl_api_ip6_address_t | bsid_addr |
| u32 | weight |
| bool | is_encap |
| bool | is_spray |
| u32 | fib_table |
| vl_api_srv6_sid_list_t | sids |
IPv6 SR policy add.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| bsid | is the bindingSID of the SR Policy |
| weight | is the weight of the sid list. optional. |
| is_encap | is the behavior of the SR policy. (0.SRH insert // 1.Encapsulation) |
| is_spray | is the type of the SR policy. (0.Default // 1.Spray) |
| fib_table | is the VRF where to install the FIB entry for the BSID |
| sids | is a srv6_sid_list object |