Go to the source code of this file.
|
u8 * | format_pnat_match_tuple (u8 *s, va_list *args) |
|
u8 * | format_pnat_rewrite_tuple (u8 *s, va_list *args) |
|
u8 * | format_pnat_translation (u8 *s, va_list *args) |
|
static u8 * | format_pnat_mask (u8 *s, va_list *args) |
|
static u8 * | format_pnat_interface (u8 *s, va_list *args) |
|
uword | unformat_pnat_match_tuple (unformat_input_t *input, va_list *args) |
|
uword | unformat_pnat_rewrite_tuple (unformat_input_t *input, va_list *args) |
|
static clib_error_t * | set_pnat_translation_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | show_pnat_translations_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | show_pnat_interfaces_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
◆ format_pnat_interface()
static u8* format_pnat_interface |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ format_pnat_mask()
static u8* format_pnat_mask |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ format_pnat_match_tuple()
u8* format_pnat_match_tuple |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_pnat_rewrite_tuple()
u8* format_pnat_rewrite_tuple |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_pnat_translation()
u8* format_pnat_translation |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ set_pnat_translation_command_fn()
◆ show_pnat_interfaces_command_fn()
◆ show_pnat_translations_command_fn()
◆ unformat_pnat_match_tuple()
◆ unformat_pnat_rewrite_tuple()
◆ set_pnat_translation_command
Initial value:= {
.path = "set pnat translation",
.short_help = "set pnat translation interface <name> match <5-tuple> "
"rewrite <tuple> {in|out} [del]",
}
(constructor) VLIB_CLI_COMMAND (set_pnat_translation_command)
Definition at line 293 of file pnat_cli.c.
◆ show_pnat_interfaces_command
Initial value:= {
.path = "show pnat interfaces",
.short_help = "show pnat interfaces",
}
(constructor) VLIB_CLI_COMMAND (show_pnat_interfaces_command)
Definition at line 335 of file pnat_cli.c.
◆ show_pnat_translations_command
Initial value:= {
.path = "show pnat translations",
.short_help = "show pnat translations",
}
(constructor) VLIB_CLI_COMMAND (show_pnat_translations_command)
Definition at line 315 of file pnat_cli.c.