Go to the source code of this file.
◆ cnat_add_snat_prefix()
◆ cnat_compute_prefix_lengths_in_search_order()
◆ cnat_del_snat_prefix()
◆ cnat_set_snat()
◆ cnat_show_snat()
◆ cnat_snat_exclude()
◆ cnat_snat_init()
◆ format_cnat_snat_prefix()
u8* format_cnat_snat_prefix |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ cnat_set_snat_command
Initial value:=
{
.path = "cnat snat with",
.short_help = "cnat snat with [<ip4-address>][<ip6-address>]",
}
static clib_error_t * cnat_set_snat(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (cnat_set_snat_command)
Definition at line 156 of file cnat_snat.c.
◆ cnat_show_snat_command
Initial value:=
{
.path = "show cnat snat",
.short_help = "show cnat snat",
}
static clib_error_t * cnat_show_snat(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (cnat_show_snat_command)
Definition at line 219 of file cnat_snat.c.
◆ cnat_snat_exclude_command
Initial value:=
{
.path = "cnat snat exclude",
.short_help = "cnat snat exclude [ip]",
}
static clib_error_t * cnat_snat_exclude(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (cnat_snat_exclude_command)
Definition at line 197 of file cnat_snat.c.