FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
ip6_punt_drop.c File Reference
+ Include dependency graph for ip6_punt_drop.c:

Go to the source code of this file.

Macros

#define foreach_ip6_punt_redirect_error   _(DROP, "ip6 punt redirect drop")
 

Enumerations

enum  ip6_punt_redirect_error_t { IP6_PUNT_REDIRECT_N_ERROR }
 

Functions

 VNET_FEATURE_ARC_INIT (ip6_punt)
 
 VNET_FEATURE_ARC_INIT (ip6_drop)
 
VLIB_NODE_FN() ip6_punt_policer_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
 VNET_FEATURE_INIT (ip6_punt_policer_node, static)
 
VLIB_NODE_FN() ip6_drop_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
VLIB_NODE_FN() ip6_not_enabled_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
VLIB_NODE_FN() ip6_punt_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
 VNET_FEATURE_INIT (ip6_punt_end_of_arc, static)
 
 VNET_FEATURE_INIT (ip6_drop_end_of_arc, static)
 
void ip6_punt_policer_add_del (u8 is_add, u32 policer_index)
 
static clib_error_tip6_punt_police_cmd (vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)
 
VLIB_NODE_FN() ip6_punt_redirect_node (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
 
 VNET_FEATURE_INIT (ip6_punt_redirect_node, static)
 
void ip6_punt_redirect_add (u32 rx_sw_if_index, u32 tx_sw_if_index, ip46_address_t *nh)
 
void ip6_punt_redirect_add_paths (u32 rx_sw_if_index, fib_route_path_t *rpaths)
 
void ip6_punt_redirect_del (u32 rx_sw_if_index)
 
static clib_error_tip6_punt_redirect_cmd (vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)
 
static clib_error_tip6_punt_redirect_show_cmd (vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)
 

Variables

ip_punt_policer_t ip6_punt_policer_cfg
 
static char * ip6_punt_policer_error_strings []
 
vlib_node_registration_t ip6_punt_policer_node
 (constructor) VLIB_REGISTER_NODE (ip6_punt_policer_node) More...
 
vlib_node_registration_t ip6_drop_node
 (constructor) VLIB_REGISTER_NODE (ip6_drop_node) More...
 
vlib_node_registration_t ip6_not_enabled_node
 (constructor) VLIB_REGISTER_NODE (ip6_not_enabled_node) More...
 
vlib_node_registration_t ip6_punt_node
 (constructor) VLIB_REGISTER_NODE (ip6_punt_node) More...
 
static vlib_cli_command_t ip6_punt_policer_command
 (constructor) VLIB_CLI_COMMAND (ip6_punt_policer_command) More...
 
static char * ip6_punt_redirect_error_strings []
 
vlib_node_registration_t ip6_punt_redirect_node
 (constructor) VLIB_REGISTER_NODE (ip6_punt_redirect_node) More...
 
static vlib_cli_command_t ip6_punt_redirect_command
 (constructor) VLIB_CLI_COMMAND (ip6_punt_redirect_command) More...
 
static vlib_cli_command_t show_ip6_punt_redirect_command
 (constructor) VLIB_CLI_COMMAND (show_ip6_punt_redirect_command) More...
 

Macro Definition Documentation

#define foreach_ip6_punt_redirect_error   _(DROP, "ip6 punt redirect drop")

Definition at line 232 of file ip6_punt_drop.c.

Enumeration Type Documentation

Enumerator
IP6_PUNT_REDIRECT_N_ERROR 

Definition at line 235 of file ip6_punt_drop.c.

Function Documentation

VLIB_NODE_FN() ip6_drop_node ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)

Definition at line 80 of file ip6_punt_drop.c.

+ Here is the call graph for this function:

VLIB_NODE_FN() ip6_not_enabled_node ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)

Definition at line 91 of file ip6_punt_drop.c.

+ Here is the call graph for this function:

VLIB_NODE_FN() ip6_punt_node ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)

Definition at line 103 of file ip6_punt_drop.c.

+ Here is the call graph for this function:

static clib_error_t* ip6_punt_police_cmd ( vlib_main_t vm,
unformat_input_t main_input,
vlib_cli_command_t cmd 
)
static

Definition at line 172 of file ip6_punt_drop.c.

+ Here is the call graph for this function:

void ip6_punt_policer_add_del ( u8  is_add,
u32  policer_index 
)

Definition at line 162 of file ip6_punt_drop.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

VLIB_NODE_FN() ip6_punt_policer_node ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)

Definition at line 47 of file ip6_punt_drop.c.

+ Here is the call graph for this function:

void ip6_punt_redirect_add ( u32  rx_sw_if_index,
u32  tx_sw_if_index,
ip46_address_t *  nh 
)

Definition at line 285 of file ip6_punt_drop.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ip6_punt_redirect_add_paths ( u32  rx_sw_if_index,
fib_route_path_t rpaths 
)

Definition at line 305 of file ip6_punt_drop.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* ip6_punt_redirect_cmd ( vlib_main_t vm,
unformat_input_t main_input,
vlib_cli_command_t cmd 
)
static

Definition at line 324 of file ip6_punt_drop.c.

+ Here is the call graph for this function:

void ip6_punt_redirect_del ( u32  rx_sw_if_index)

Definition at line 315 of file ip6_punt_drop.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

VLIB_NODE_FN() ip6_punt_redirect_node ( vlib_main_t vm,
vlib_node_runtime_t node,
vlib_frame_t frame 
)

Definition at line 249 of file ip6_punt_drop.c.

+ Here is the call graph for this function:

static clib_error_t* ip6_punt_redirect_show_cmd ( vlib_main_t vm,
unformat_input_t main_input,
vlib_cli_command_t cmd 
)
static

Definition at line 403 of file ip6_punt_drop.c.

+ Here is the call graph for this function:

VNET_FEATURE_ARC_INIT ( ip6_punt  )
VNET_FEATURE_ARC_INIT ( ip6_drop  )
VNET_FEATURE_INIT ( ip6_punt_policer_node  ,
static   
)
VNET_FEATURE_INIT ( ip6_punt_end_of_arc  ,
static   
)
VNET_FEATURE_INIT ( ip6_drop_end_of_arc  ,
static   
)
VNET_FEATURE_INIT ( ip6_punt_redirect_node  ,
static   
)

Variable Documentation

vlib_node_registration_t ip6_drop_node
Initial value:
=
{
.name = "ip6-drop",
.vector_size = sizeof (u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
unsigned int u32
Definition: types.h:88
u8 * format_ip6_forward_next_trace(u8 *s, va_list *args)
Definition: ip6_forward.c:762

(constructor) VLIB_REGISTER_NODE (ip6_drop_node)

Definition at line 114 of file ip6_punt_drop.c.

vlib_node_registration_t ip6_not_enabled_node
Initial value:
=
{
.name = "ip6-not-enabled",
.vector_size = sizeof (u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-drop",
},
}
unsigned int u32
Definition: types.h:88
u8 * format_ip6_forward_next_trace(u8 *s, va_list *args)
Definition: ip6_forward.c:762

(constructor) VLIB_REGISTER_NODE (ip6_not_enabled_node)

Definition at line 125 of file ip6_punt_drop.c.

vlib_node_registration_t ip6_punt_node
Initial value:
=
{
.name = "ip6-punt",
.vector_size = sizeof (u32),
.n_next_nodes = 1,
.next_nodes = {
[0] = "error-punt",
},
}
unsigned int u32
Definition: types.h:88
u8 * format_ip6_forward_next_trace(u8 *s, va_list *args)
Definition: ip6_forward.c:762

(constructor) VLIB_REGISTER_NODE (ip6_punt_node)

Definition at line 136 of file ip6_punt_drop.c.

ip_punt_policer_t ip6_punt_policer_cfg

Definition at line 38 of file ip6_punt_drop.c.

vlib_cli_command_t ip6_punt_policer_command
static
Initial value:
=
{
.path = "ip6 punt policer",
.function = ip6_punt_police_cmd,
.short_help = "ip6 punt policer [add|del] <index>",
}
static clib_error_t * ip6_punt_police_cmd(vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)

(constructor) VLIB_CLI_COMMAND (ip6_punt_policer_command)

Definition at line 223 of file ip6_punt_drop.c.

char* ip6_punt_policer_error_strings[]
static
Initial value:
= {
#define _(sym,string)
}
#define foreach_ip_punt_policer_error
Definition: ip_punt_drop.h:44

Definition at line 41 of file ip6_punt_drop.c.

vlib_node_registration_t ip6_punt_policer_node
Initial value:
= {
.name = "ip6-punt-policer",
.vector_size = sizeof (u32),
.n_next_nodes = IP_PUNT_POLICER_N_NEXT,
.next_nodes = {
[IP_PUNT_POLICER_NEXT_DROP] = "ip6-drop",
},
}
static char * ip6_punt_policer_error_strings[]
Definition: ip6_punt_drop.c:41
unsigned int u32
Definition: types.h:88
u8 * format_ip_punt_policer_trace(u8 *s, va_list *args)
Definition: ip4_punt_drop.c:39
#define ARRAY_LEN(x)
Definition: clib.h:62

(constructor) VLIB_REGISTER_NODE (ip6_punt_policer_node)

Definition at line 59 of file ip6_punt_drop.c.

vlib_cli_command_t ip6_punt_redirect_command
static
Initial value:
=
{
.path = "ip6 punt redirect",
.function = ip6_punt_redirect_cmd,
.short_help = "ip6 punt redirect [add|del] rx [<interface>|all] via [<nh>] <tx_interface>",
}
static clib_error_t * ip6_punt_redirect_cmd(vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)

(constructor) VLIB_CLI_COMMAND (ip6_punt_redirect_command)

Definition at line 390 of file ip6_punt_drop.c.

char* ip6_punt_redirect_error_strings[]
static
Initial value:
= {
#define _(sym,string)
}
#define foreach_ip6_punt_redirect_error

Definition at line 243 of file ip6_punt_drop.c.

vlib_node_registration_t ip6_punt_redirect_node
Initial value:
= {
.name = "ip6-punt-redirect",
.vector_size = sizeof (u32),
.n_next_nodes = IP_PUNT_REDIRECT_N_NEXT,
.next_nodes = {
[IP_PUNT_REDIRECT_NEXT_TX] = "ip6-rewrite",
[IP_PUNT_REDIRECT_NEXT_ARP] = "ip6-discover-neighbor",
},
}
u8 * format_ip_punt_redirect_trace(u8 *s, va_list *args)
Definition: ip_punt_drop.c:25
unsigned int u32
Definition: types.h:88
#define ARRAY_LEN(x)
Definition: clib.h:62
static char * ip6_punt_redirect_error_strings[]

(constructor) VLIB_REGISTER_NODE (ip6_punt_redirect_node)

Definition at line 259 of file ip6_punt_drop.c.

vlib_cli_command_t show_ip6_punt_redirect_command
static
Initial value:
=
{
.path = "show ip6 punt redirect",
.short_help = "show ip6 punt redirect",
.is_mp_safe = 1,
}
static clib_error_t * ip6_punt_redirect_show_cmd(vlib_main_t *vm, unformat_input_t *main_input, vlib_cli_command_t *cmd)

(constructor) VLIB_CLI_COMMAND (show_ip6_punt_redirect_command)

Definition at line 418 of file ip6_punt_drop.c.