FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vl_api_sr_localsid_add_del_t Struct Reference

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
 

Detailed Description

IPv6 SR LocalSID add/del request.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
is_delBoolean of whether its a delete instruction
localsid_addrIPv6 address of the localsid
end_pspBoolean of whether decapsulation is allowed in this function
behaviorType of behavior (function) for this localsid
sw_if_indexOnly for L2/L3 xconnect. OIF. In VRF variant the fib_table. Default:0xffffffff
vlan_indexOnly for L2 xconnect. Outgoing VLAN tag.
fib_tableFIB table in which we should install the localsid entry
nh_addrNext Hop IPv46 address. Only for L2/L3 xconnect.

Definition at line 44 of file sr.api.

Field Documentation

◆ behavior

vl_api_sr_behavior_t vl_api_sr_localsid_add_del_t::behavior

Definition at line 51 of file sr.api.

◆ client_index

u32 vl_api_sr_localsid_add_del_t::client_index

Definition at line 46 of file sr.api.

◆ context

u32 vl_api_sr_localsid_add_del_t::context

Definition at line 47 of file sr.api.

◆ end_psp

bool vl_api_sr_localsid_add_del_t::end_psp

Definition at line 50 of file sr.api.

◆ fib_table

u32 vl_api_sr_localsid_add_del_t::fib_table

Definition at line 54 of file sr.api.

◆ is_del

bool vl_api_sr_localsid_add_del_t::is_del[default=false]

Definition at line 48 of file sr.api.

◆ localsid

vl_api_ip6_address_t vl_api_sr_localsid_add_del_t::localsid

Definition at line 49 of file sr.api.

◆ nh_addr

vl_api_address_t vl_api_sr_localsid_add_del_t::nh_addr

Definition at line 55 of file sr.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_sr_localsid_add_del_t::sw_if_index[default=0xffffffff]

Definition at line 52 of file sr.api.

◆ vlan_index

u32 vl_api_sr_localsid_add_del_t::vlan_index

Definition at line 53 of file sr.api.


The documentation for this struct was generated from the following file: