Go to the source code of this file.
|
static void | ct6_feature_init (ct6_main_t *cmp) |
|
int | ct6_in2out_enable_disable (ct6_main_t *cmp, u32 sw_if_index, int enable_disable) |
|
int | ct6_out2in_enable_disable (ct6_main_t *cmp, u32 sw_if_index, int enable_disable) |
|
static clib_error_t * | set_ct6_enable_disable_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static void | vl_api_ct6_enable_disable_t_handler (vl_api_ct6_enable_disable_t *mp) |
|
static clib_error_t * | ct6_init (vlib_main_t *vm) |
|
| VNET_FEATURE_INIT (ct6out2in, static) |
|
| VNET_FEATURE_INIT (ct6in2out, static) |
|
| VLIB_PLUGIN_REGISTER () |
|
u8 * | format_ct6_session (u8 *s, va_list *args) |
|
static clib_error_t * | show_ct6_command_fn_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static void | increment_v6_address (ip6_address_t *a) |
|
static clib_error_t * | test_ct6_command_fn_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | ct6_config (vlib_main_t *vm, unformat_input_t *input) |
|
◆ REPLY_MSG_ID_BASE
Definition at line 30 of file ct6.c.
◆ ct6_config()
◆ ct6_feature_init()
Definition at line 38 of file ct6.c.
◆ ct6_in2out_enable_disable()
int ct6_in2out_enable_disable |
( |
ct6_main_t * |
cmp, |
|
|
u32 |
sw_if_index, |
|
|
int |
enable_disable |
|
) |
| |
Definition at line 54 of file ct6.c.
◆ ct6_init()
◆ ct6_out2in_enable_disable()
int ct6_out2in_enable_disable |
( |
ct6_main_t * |
cmp, |
|
|
u32 |
sw_if_index, |
|
|
int |
enable_disable |
|
) |
| |
Definition at line 79 of file ct6.c.
◆ format_ct6_session()
u8* format_ct6_session |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ increment_v6_address()
static void increment_v6_address |
( |
ip6_address_t * |
a | ) |
|
|
static |
◆ set_ct6_enable_disable_command_fn()
◆ show_ct6_command_fn_command_fn()
◆ test_ct6_command_fn_command_fn()
◆ vl_api_ct6_enable_disable_t_handler()
◆ VLIB_PLUGIN_REGISTER()
◆ VNET_FEATURE_INIT() [1/2]
VNET_FEATURE_INIT |
( |
ct6out2in |
, |
|
|
static |
|
|
) |
| |
◆ VNET_FEATURE_INIT() [2/2]
VNET_FEATURE_INIT |
( |
ct6in2out |
, |
|
|
static |
|
|
) |
| |
◆ ct6_main
Definition at line 33 of file ct6.c.
◆ set_ct6_command
Initial value:=
{
.path = "set ct6",
.short_help =
"set ct6 [inside|outside] <interface-name> [disable]",
}
static clib_error_t * set_ct6_enable_disable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (set_ct6_command)
Definition at line 157 of file ct6.c.
◆ show_ct6_command_fn_command
Initial value:=
{
.path = "show ip6 connection-tracker",
.short_help = "show ip6 connection-tracker",
}
static clib_error_t * show_ct6_command_fn_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_ct6_command_fn_command)
Definition at line 337 of file ct6.c.
◆ test_ct6_command_fn_command
Initial value:=
{
.path = "test ip6 connection-tracker",
.short_help = "test ip6 connection-tracker",
}
static clib_error_t * test_ct6_command_fn_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (test_ct6_command_fn_command)
Definition at line 469 of file ct6.c.