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

add/del application namespace More...

Data Fields

u32 client_index
 
u32 context
 
u64 secret
 
vl_api_interface_index_t sw_if_index [default=0xffffffff]
 
u32 ip4_fib_id
 
u32 ip6_fib_id
 
string namespace_id []
 

Detailed Description

add/del application namespace

Template Parameters
client_index- opaque cookie to identify the sender client to vpp direction only
context- sender context, to match reply w/ request
secret- secret shared between app and vpp
sw_if_index- local interface that "supports" namespace. Set to ~0 if no preference
ip4_fib_id- id of ip4 fib that "supports" the namespace. Ignored if sw_if_index set.
ip6_fib_id- id of ip6 fib that "supports" the namespace. Ignored if sw_if_index set.
namespace_id- namespace id

Definition at line 217 of file session.api.

Field Documentation

◆ client_index

u32 vl_api_app_namespace_add_del_t::client_index

Definition at line 218 of file session.api.

◆ context

u32 vl_api_app_namespace_add_del_t::context

Definition at line 219 of file session.api.

◆ ip4_fib_id

u32 vl_api_app_namespace_add_del_t::ip4_fib_id

Definition at line 222 of file session.api.

◆ ip6_fib_id

u32 vl_api_app_namespace_add_del_t::ip6_fib_id

Definition at line 223 of file session.api.

◆ namespace_id

string vl_api_app_namespace_add_del_t::namespace_id[]

Definition at line 224 of file session.api.

◆ secret

u64 vl_api_app_namespace_add_del_t::secret

Definition at line 220 of file session.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_app_namespace_add_del_t::sw_if_index[default=0xffffffff]

Definition at line 221 of file session.api.


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