![]() |
FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
add/del application namespace More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| u64 | secret |
| u32 | sw_if_index |
| u32 | ip4_fib_id |
| u32 | ip6_fib_id |
| u8 | namespace_id_len |
| u8 | namespace_id [64] |
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_len | - length of namespace id lower |
| namespace_id | - namespace id |
Definition at line 512 of file session.api.
| u32 vl_api_app_namespace_add_del_t::client_index |
Definition at line 513 of file session.api.
| u32 vl_api_app_namespace_add_del_t::context |
Definition at line 514 of file session.api.
| u32 vl_api_app_namespace_add_del_t::ip4_fib_id |
Definition at line 517 of file session.api.
| u32 vl_api_app_namespace_add_del_t::ip6_fib_id |
Definition at line 518 of file session.api.
| u8 vl_api_app_namespace_add_del_t::namespace_id[64] |
Definition at line 520 of file session.api.
| u8 vl_api_app_namespace_add_del_t::namespace_id_len |
Definition at line 519 of file session.api.
| u64 vl_api_app_namespace_add_del_t::secret |
Definition at line 515 of file session.api.
| u32 vl_api_app_namespace_add_del_t::sw_if_index |
Definition at line 516 of file session.api.