FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
IPv6 SR LocalSID add/del request. More...
Data Fields | |
u32 | client_index |
u32 | context |
bool | is_del [default=false] |
vl_api_ip6_address_t | localsid |
bool | end_psp |
vl_api_sr_behavior_t | behavior |
vl_api_interface_index_t | sw_if_index [default=0xffffffff] |
u32 | vlan_index |
u32 | fib_table |
vl_api_address_t | nh_addr |
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. Default:0xffffffff |
vlan_index | Only for L2 xconnect. Outgoing VLAN tag. |
fib_table | FIB table in which we should install the localsid entry |
nh_addr | Next Hop IPv46 address. Only for L2/L3 xconnect. |
vl_api_interface_index_t vl_api_sr_localsid_add_del_t::sw_if_index[default=0xffffffff] |