FD.io VPP  v17.07-30-g839fa73
Vector Packet Processing
nat64_cli.c File Reference

NAT64 CLI. More...

+ Include dependency graph for nat64_cli.c:

Go to the source code of this file.

Functions

static clib_error_tnat64_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_tnat64_show_pool_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tnat64_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_tnat64_show_interfaces_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tnat64_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_tnat64_show_bib_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tnat64_set_timeouts_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tnat64_show_timeouts_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 *ctx)
 
static clib_error_tnat64_show_st_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tnat64_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_tnat64_show_prefix_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

static vlib_cli_command_t nat64_add_pool_address_command
 (constructor) VLIB_CLI_COMMAND (nat64_add_pool_address_command) More...
 
static vlib_cli_command_t show_nat64_pool_command
 (constructor) VLIB_CLI_COMMAND (show_nat64_pool_command) More...
 
static vlib_cli_command_t set_interface_nat64_command
 (constructor) VLIB_CLI_COMMAND (set_interface_nat64_command) More...
 
static vlib_cli_command_t show_nat64_interfaces_command
 (constructor) VLIB_CLI_COMMAND (show_nat64_interfaces_command) More...
 
static vlib_cli_command_t nat64_add_del_static_bib_command
 (constructor) VLIB_CLI_COMMAND (nat64_add_del_static_bib_command) More...
 
static vlib_cli_command_t show_nat64_bib_command
 (constructor) VLIB_CLI_COMMAND (show_nat64_bib_command) More...
 
static vlib_cli_command_t set_nat64_timeouts_command
 (constructor) VLIB_CLI_COMMAND (set_nat64_timeouts_command) More...
 
static vlib_cli_command_t show_nat64_timeouts_command
 (constructor) VLIB_CLI_COMMAND (show_nat64_timeouts_command) More...
 
static vlib_cli_command_t show_nat64_st_command
 (constructor) VLIB_CLI_COMMAND (show_nat64_st_command) More...
 
static vlib_cli_command_t nat64_add_del_prefix_command
 (constructor) VLIB_CLI_COMMAND (nat64_add_del_prefix_command) More...
 
static vlib_cli_command_t show_nat64_prefix_command
 (constructor) VLIB_CLI_COMMAND (show_nat64_prefix_command) More...
 

Detailed Description

NAT64 CLI.

Definition in file nat64_cli.c.

Function Documentation

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

Definition at line 25 of file nat64_cli.c.

+ Here is the call graph for this function:

static clib_error_t* nat64_add_del_prefix_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 625 of file nat64_cli.c.

+ Here is the call graph for this function:

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

Definition at line 293 of file nat64_cli.c.

+ Here is the call graph for this function:

static int nat64_cli_bib_walk ( nat64_db_bib_entry_t *  bibe,
void *  ctx 
)
static

Definition at line 385 of file nat64_cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nat64_cli_interface_walk ( snat_interface_t i,
void *  ctx 
)
static

Definition at line 264 of file nat64_cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nat64_cli_pool_walk ( snat_address_t ap,
void *  ctx 
)
static

Definition at line 108 of file nat64_cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nat64_cli_prefix_walk ( nat64_prefix_t p,
void *  ctx 
)
static

Definition at line 688 of file nat64_cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static int nat64_cli_st_walk ( nat64_db_st_entry_t *  ste,
void *  ctx 
)
static

Definition at line 549 of file nat64_cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* nat64_interface_feature_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 145 of file nat64_cli.c.

+ Here is the call graph for this function:

static clib_error_t* nat64_set_timeouts_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 438 of file nat64_cli.c.

+ Here is the call graph for this function:

static clib_error_t* nat64_show_bib_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 404 of file nat64_cli.c.

+ Here is the call graph for this function:

static clib_error_t* nat64_show_interfaces_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 276 of file nat64_cli.c.

+ Here is the call graph for this function:

static clib_error_t* nat64_show_pool_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 128 of file nat64_cli.c.

+ Here is the call graph for this function:

static clib_error_t* nat64_show_prefix_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 699 of file nat64_cli.c.

+ Here is the call graph for this function:

static clib_error_t* nat64_show_st_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 590 of file nat64_cli.c.

+ Here is the call graph for this function:

static clib_error_t* nat64_show_timeouts_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 526 of file nat64_cli.c.

+ Here is the call graph for this function:

Variable Documentation

vlib_cli_command_t nat64_add_del_prefix_command
static
Initial value:
= {
.path = "nat64 add prefix",
.short_help = "nat64 add prefix <ip6-prefix>/<plen> [tenant-vrf <vrf-id>] "
"[del]",
}
static clib_error_t * nat64_add_del_prefix_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: nat64_cli.c:625

(constructor) VLIB_CLI_COMMAND (nat64_add_del_prefix_command)

Definition at line 900 of file nat64_cli.c.

vlib_cli_command_t nat64_add_del_static_bib_command
static
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)
Definition: nat64_cli.c:293

(constructor) VLIB_CLI_COMMAND (nat64_add_del_static_bib_command)

Definition at line 793 of file nat64_cli.c.

vlib_cli_command_t nat64_add_pool_address_command
static
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)
Definition: nat64_cli.c:25

(constructor) VLIB_CLI_COMMAND (nat64_add_pool_address_command)

Definition at line 728 of file nat64_cli.c.

vlib_cli_command_t set_interface_nat64_command
static
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)
Definition: nat64_cli.c:145

(constructor) VLIB_CLI_COMMAND (set_interface_nat64_command)

Definition at line 761 of file nat64_cli.c.

vlib_cli_command_t set_nat64_timeouts_command
static
Initial value:
= {
.path = "set nat64 timeouts",
.short_help = "set nat64 timeouts udp <sec> icmp <sec> tcp-trans <sec> "
"tcp-est <sec> tcp-incoming-syn <sec> | reset",
}
static clib_error_t * nat64_set_timeouts_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: nat64_cli.c:438

(constructor) VLIB_CLI_COMMAND (set_nat64_timeouts_command)

Definition at line 836 of file nat64_cli.c.

vlib_cli_command_t show_nat64_bib_command
static
Initial value:
= {
.path = "show nat64 bib",
.short_help = "show nat64 bib tcp|udp|icmp",
}
static clib_error_t * nat64_show_bib_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: nat64_cli.c:404

(constructor) VLIB_CLI_COMMAND (show_nat64_bib_command)

Definition at line 820 of file nat64_cli.c.

vlib_cli_command_t show_nat64_interfaces_command
static
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)
Definition: nat64_cli.c:276

(constructor) VLIB_CLI_COMMAND (show_nat64_interfaces_command)

Definition at line 778 of file nat64_cli.c.

vlib_cli_command_t show_nat64_pool_command
static
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)
Definition: nat64_cli.c:128

(constructor) VLIB_CLI_COMMAND (show_nat64_pool_command)

Definition at line 745 of file nat64_cli.c.

vlib_cli_command_t show_nat64_prefix_command
static
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)
Definition: nat64_cli.c:699

(constructor) VLIB_CLI_COMMAND (show_nat64_prefix_command)

Definition at line 918 of file nat64_cli.c.

vlib_cli_command_t show_nat64_st_command
static
Initial value:
= {
.path = "show nat64 session table",
.short_help = "show nat64 session table tcp|udp|icmp",
}
static clib_error_t * nat64_show_st_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: nat64_cli.c:590

(constructor) VLIB_CLI_COMMAND (show_nat64_st_command)

Definition at line 884 of file nat64_cli.c.

vlib_cli_command_t show_nat64_timeouts_command
static
Initial value:
= {
.path = "show nat64 tiemouts",
.short_help = "show nat64 tiemouts",
}
static clib_error_t * nat64_show_timeouts_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: nat64_cli.c:526

(constructor) VLIB_CLI_COMMAND (show_nat64_timeouts_command)

Definition at line 856 of file nat64_cli.c.