![]() |
FD.io VPP
v18.07.1-19-g511ce25
Vector Packet Processing
|
IPv6 SR LocalSID add/del request. More...
Collaboration diagram for vl_api_sr_localsid_add_del_t:Data Fields | |
| u32 | client_index |
| u32 | context |
| u8 | is_del |
| vl_api_srv6_sid_t | localsid |
| u8 | end_psp |
| u8 | behavior |
| u32 | sw_if_index |
| u32 | vlan_index |
| u32 | fib_table |
| u8 | nh_addr6 [16] |
| u8 | nh_addr4 [4] |
IPv6 SR LocalSID add/del request.
| client_index | - opaque cookie to identify the sender |
| context | - sender context, to match reply w/ request |
| is_del | Boolean of whether its a delete instruction |
| localsid_addr | IPv6 address of the localsid |
| end_psp | Boolean of whether decapsulation is allowed in this function |
| behavior | Type of behavior (function) for this localsid |
| sw_if_index | Only for L2/L3 xconnect. OIF. In VRF variant the fib_table. |
| vlan_index | Only for L2 xconnect. Outgoing VLAN tag. |
| fib_table | FIB table in which we should install the localsid entry |
| nh_addr6 | Next Hop IPv6 address. Only for L2/L3 xconnect. |
| nh_addr4 | Next Hop IPv4 address. Only for L2/L3 xconnect. |
| vl_api_srv6_sid_t vl_api_sr_localsid_add_del_t::localsid |