Go to the source code of this file.
|
int | ip6_nd_proxy_enable_disable (u32 sw_if_index, u8 enable) |
|
static clib_error_t * | set_int_ip6_nd_proxy_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static u8 * | format_ip6_nd_proxy_trace (u8 *s, va_list *args) |
|
static_always_inline void | ip6_nd_proxy_unicast (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_buffer_t *b0, ip6_header_t *ip6, u32 *next0) |
|
static_always_inline void | ip6_nd_proxy_multicast (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_buffer_t *b0, ip6_header_t *ip6, u32 *next0) |
|
static_always_inline uword | ip6_nd_proxy_node_inline (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame, u8 is_multicast) |
|
| VNET_FEATURE_INIT (ip6_unicast_nd_proxy_node, static) |
|
| VNET_FEATURE_INIT (ip6_multicast_nd_proxy_node, static) |
|
◆ format_ip6_nd_proxy_trace()
static u8* format_ip6_nd_proxy_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ ip6_nd_proxy_enable_disable()
int ip6_nd_proxy_enable_disable |
( |
u32 |
sw_if_index, |
|
|
u8 |
enable |
|
) |
| |
◆ ip6_nd_proxy_multicast()
◆ ip6_nd_proxy_node_inline()
◆ ip6_nd_proxy_unicast()
◆ set_int_ip6_nd_proxy_command_fn()
◆ VNET_FEATURE_INIT() [1/2]
◆ VNET_FEATURE_INIT() [2/2]
◆ frame
◆ ip6_multicast_nd_proxy_node
Initial value:= {
.vector_size =
sizeof (
u32),
.n_errors = 0,
.next_nodes = {
},
.name = "ip6-multicast-nd-proxy",
}
(constructor) VLIB_REGISTER_NODE (ip6_multicast_nd_proxy_node)
Definition at line 383 of file ip6_nd_mirror_proxy.c.
◆ ip6_unicast_nd_proxy_node
Initial value:= {
.vector_size =
sizeof (
u32),
.n_errors = 0,
.next_nodes = {
},
.name = "ip6-unicast-nd-proxy",
}
(constructor) VLIB_REGISTER_NODE (ip6_unicast_nd_proxy_node)
Definition at line 364 of file ip6_nd_mirror_proxy.c.
◆ node
◆ set_int_ip6_nd_proxy_enable_command
Initial value:= {
.path = "set interface ip6-nd proxy",
.short_help = "set interface ip6-nd proxy <intfc> [enable|disable]",
}
(constructor) VLIB_CLI_COMMAND (set_int_ip6_nd_proxy_enable_command)
Definition at line 84 of file ip6_nd_mirror_proxy.c.
◆ vm