NAT64 CLI.
More...
Go to the source code of this file.
|
static clib_error_t * | nat64_add_del_pool_addr_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static int | nat64_cli_pool_walk (snat_address_t *ap, void *ctx) |
|
static clib_error_t * | nat64_show_pool_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | nat64_interface_feature_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static int | nat64_cli_interface_walk (snat_interface_t *i, void *ctx) |
|
static clib_error_t * | nat64_show_interfaces_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | nat64_add_del_static_bib_command_fn (vlib_main_t *vm, unformat_input_t() *input, vlib_cli_command_t *cmd) |
|
static int | nat64_cli_bib_walk (nat64_db_bib_entry_t *bibe, void *ctx) |
|
static clib_error_t * | nat64_show_bib_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static int | nat64_cli_st_walk (nat64_db_st_entry_t *ste, void *arg) |
|
static clib_error_t * | nat64_show_st_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | nat64_add_del_prefix_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static int | nat64_cli_prefix_walk (nat64_prefix_t *p, void *ctx) |
|
static clib_error_t * | nat64_show_prefix_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | nat64_add_interface_address_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
NAT64 CLI.
Definition in file nat64_cli.c.
◆ nat64_cli_st_walk_ctx_t
◆ nat64_add_del_pool_addr_command_fn()
◆ nat64_add_del_prefix_command_fn()
◆ nat64_add_del_static_bib_command_fn()
◆ nat64_add_interface_address_command_fn()
◆ nat64_cli_bib_walk()
static int nat64_cli_bib_walk |
( |
nat64_db_bib_entry_t * |
bibe, |
|
|
void * |
ctx |
|
) |
| |
|
static |
◆ nat64_cli_interface_walk()
◆ nat64_cli_pool_walk()
◆ nat64_cli_prefix_walk()
◆ nat64_cli_st_walk()
static int nat64_cli_st_walk |
( |
nat64_db_st_entry_t * |
ste, |
|
|
void * |
arg |
|
) |
| |
|
static |
◆ nat64_interface_feature_command_fn()
◆ nat64_show_bib_command_fn()
◆ nat64_show_interfaces_command_fn()
◆ nat64_show_pool_command_fn()
◆ nat64_show_prefix_command_fn()
◆ nat64_show_st_command_fn()
◆ nat64_add_del_prefix_command
Initial value:= {
.path = "nat64 add prefix",
.short_help = "nat64 add prefix <ip6-prefix>/<plen> [tenant-vrf <vrf-id>] "
"[del] [interface <interface]",
}
static clib_error_t * nat64_add_del_prefix_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (nat64_add_del_prefix_command)
Definition at line 884 of file nat64_cli.c.
◆ nat64_add_del_static_bib_command
Initial value:= {
.path = "nat64 add static bib",
.short_help = "nat64 add static bib <ip6-addr> <port> <ip4-addr> <port> "
"tcp|udp|icmp [vfr <table-id>] [del]",
}
static clib_error_t * nat64_add_del_static_bib_command_fn(vlib_main_t *vm, unformat_input_t() *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (nat64_add_del_static_bib_command)
Definition at line 813 of file nat64_cli.c.
◆ nat64_add_interface_address_command
Initial value:= {
.path = "nat64 add interface address",
.short_help = "nat64 add interface address <interface> [del]",
}
static clib_error_t * nat64_add_interface_address_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (nat64_add_interface_address_command)
Definition at line 916 of file nat64_cli.c.
◆ nat64_add_pool_address_command
Initial value:= {
.path = "nat64 add pool address",
.short_help = "nat64 add pool address <ip4-range-start> [- <ip4-range-end>] "
"[tenant-vrf <vrf-id>] [del]",
}
static clib_error_t * nat64_add_del_pool_addr_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (nat64_add_pool_address_command)
Definition at line 748 of file nat64_cli.c.
◆ set_interface_nat64_command
Initial value:= {
.path = "set interface nat64",
.short_help = "set interface nat64 in|out <intfc> [del]",
}
static clib_error_t * nat64_interface_feature_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (set_interface_nat64_command)
Definition at line 781 of file nat64_cli.c.
◆ show_nat64_bib_command
Initial value:= {
.path = "show nat64 bib",
.short_help = "show nat64 bib all|tcp|udp|icmp|unknown",
}
static clib_error_t * nat64_show_bib_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_nat64_bib_command)
Definition at line 840 of file nat64_cli.c.
◆ show_nat64_interfaces_command
Initial value:= {
.path = "show nat64 interfaces",
.short_help = "show nat64 interfaces",
}
static clib_error_t * nat64_show_interfaces_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_nat64_interfaces_command)
Definition at line 798 of file nat64_cli.c.
◆ show_nat64_pool_command
Initial value:= {
.path = "show nat64 pool",
.short_help = "show nat64 pool",
}
static clib_error_t * nat64_show_pool_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_nat64_pool_command)
Definition at line 765 of file nat64_cli.c.
◆ show_nat64_prefix_command
Initial value:= {
.path = "show nat64 prefix",
.short_help = "show nat64 prefix",
}
static clib_error_t * nat64_show_prefix_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_nat64_prefix_command)
Definition at line 902 of file nat64_cli.c.
◆ show_nat64_st_command
Initial value:= {
.path = "show nat64 session table",
.short_help = "show nat64 session table all|tcp|udp|icmp|unknown",
}
static clib_error_t * nat64_show_st_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_nat64_st_command)
Definition at line 868 of file nat64_cli.c.