FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
NAT66 CLI. More...
Go to the source code of this file.
Functions | |
static clib_error_t * | nat66_interface_feature_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
static int | nat66_cli_interface_walk (nat66_interface_t *i, void *ctx) |
static clib_error_t * | nat66_show_interfaces_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
static clib_error_t * | nat66_add_del_static_mapping_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
static int | nat66_cli_static_mapping_walk (nat66_static_mapping_t *sm, void *ctx) |
static clib_error_t * | nat66_show_static_mappings_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
Variables | |
static vlib_cli_command_t | set_interface_nat66_command |
(constructor) VLIB_CLI_COMMAND (set_interface_nat66_command) More... | |
static vlib_cli_command_t | show_nat66_interfaces_command |
(constructor) VLIB_CLI_COMMAND (show_nat66_interfaces_command) More... | |
static vlib_cli_command_t | show_nat66_add_del_static_mapping_command |
(constructor) VLIB_CLI_COMMAND (show_nat66_add_del_static_mapping_command) More... | |
static vlib_cli_command_t | show_nat66_static_mappings_command |
(constructor) VLIB_CLI_COMMAND (show_nat66_static_mappings_command) More... | |
NAT66 CLI.
Definition in file nat66_cli.c.
|
static |
|
static |
Definition at line 138 of file nat66_cli.c.
|
static |
Definition at line 214 of file nat66_cli.c.
|
static |
|
static |
|
static |
|
static |
(constructor) VLIB_CLI_COMMAND (set_interface_nat66_command)
Definition at line 257 of file nat66_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_nat66_add_del_static_mapping_command)
Definition at line 289 of file nat66_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_nat66_interfaces_command)
Definition at line 274 of file nat66_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_nat66_static_mappings_command)
Definition at line 307 of file nat66_cli.c.