FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
add/del application namespace More...
Data Fields | |
u32 | client_index |
u32 | context |
u64 | secret |
bool | is_add [default=true] |
vl_api_interface_index_t | sw_if_index [default=0xffffffff] |
u32 | ip4_fib_id |
u32 | ip6_fib_id |
string | namespace_id [64] |
string | netns [64] |
string | sock_name [] |
add/del application namespace
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 |
netns | - linux net namespace |
sock_name | - socket name (path, abstract socket name) |
Definition at line 270 of file session.api.
u32 vl_api_app_namespace_add_del_v3_t::client_index |
Definition at line 271 of file session.api.
u32 vl_api_app_namespace_add_del_v3_t::context |
Definition at line 272 of file session.api.
u32 vl_api_app_namespace_add_del_v3_t::ip4_fib_id |
Definition at line 276 of file session.api.
u32 vl_api_app_namespace_add_del_v3_t::ip6_fib_id |
Definition at line 277 of file session.api.
Definition at line 274 of file session.api.
string vl_api_app_namespace_add_del_v3_t::namespace_id[64] |
Definition at line 278 of file session.api.
string vl_api_app_namespace_add_del_v3_t::netns[64] |
Definition at line 279 of file session.api.
u64 vl_api_app_namespace_add_del_v3_t::secret |
Definition at line 273 of file session.api.
string vl_api_app_namespace_add_del_v3_t::sock_name[] |
Definition at line 280 of file session.api.
vl_api_interface_index_t vl_api_app_namespace_add_del_v3_t::sw_if_index[default=0xffffffff] |
Definition at line 275 of file session.api.