Go to the source code of this file.
◆ app_namespace_alloc()
◆ app_namespace_get()
◆ app_namespace_get_fib_index()
◆ app_namespace_get_from_id()
◆ app_namespace_get_local_table()
◆ app_namespace_id()
◆ app_namespace_id_from_index()
const u8* app_namespace_id_from_index |
( |
u32 |
index | ) |
|
◆ app_namespace_index()
◆ app_namespace_index_from_id()
u32 app_namespace_index_from_id |
( |
const u8 * |
ns_id | ) |
|
◆ app_namespace_show_api()
◆ app_namespaces_init()
void app_namespaces_init |
( |
void |
| ) |
|
◆ app_ns_fn()
◆ appns_sapi_enable()
void appns_sapi_enable |
( |
void |
| ) |
|
◆ appns_sapi_enabled()
u8 appns_sapi_enabled |
( |
void |
| ) |
|
◆ format_app_namespace()
u8* format_app_namespace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ show_app_ns_fn()
◆ vnet_app_namespace_add_del()
◆ app_namespace_lookup_table
uword* app_namespace_lookup_table |
◆ app_namespace_pool
◆ app_ns_command
Initial value:=
{
.path = "app ns",
.short_help = "app ns [add] id <namespace-id> secret <secret> "
"sw_if_index <sw_if_index>",
}
static clib_error_t * app_ns_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (app_ns_command)
Definition at line 259 of file application_namespace.c.
◆ app_sapi_enabled
◆ show_app_ns_command
Initial value:=
{
.path = "show app ns",
.short_help = "show app ns [table <id> [api-clients]]",
}
static clib_error_t * show_app_ns_fn(vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_app_ns_command)
Definition at line 393 of file application_namespace.c.