Go to the source code of this file.
|
static u8 * | format_dhcpv6_proxy_trace (u8 *s, va_list *args) |
|
static u8 * | format_dhcpv6_proxy_header_with_length (u8 *s, va_list *args) |
|
static ip6_address_t * | ip6_interface_first_global_or_site_address (ip6_main_t *im, u32 sw_if_index) |
|
static void | copy_ip6_address (ip6_address_t *dst, ip6_address_t *src) |
|
static uword | dhcpv6_proxy_to_server_input (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
static uword | dhcpv6_proxy_to_client_input (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame) |
|
static clib_error_t * | dhcp6_proxy_init (vlib_main_t *vm) |
|
int | dhcp6_proxy_set_server (ip46_address_t *addr, ip46_address_t *src_addr, u32 rx_table_id, u32 server_table_id, int is_del) |
|
static clib_error_t * | dhcpv6_proxy_set_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static u8 * | format_dhcp6_proxy_server (u8 *s, va_list *args) |
|
static int | dhcp6_proxy_show_walk (dhcp_proxy_t *proxy, void *ctx) |
|
static clib_error_t * | dhcpv6_proxy_show_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | dhcpv6_vss_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | dhcpv6_vss_show_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | dhcpv6_link_address_show_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
#define dhcpv6_proxy_error |
( |
|
n, |
|
|
|
s |
|
) |
| s, |
#define foreach_dhcpv6_proxy_to_server_input_next |
Value: _ (LOOKUP, "ip6-lookup") \
_ (SEND_TO_CLIENT, "dhcpv6-proxy-to-client")
Definition at line 32 of file dhcp6_proxy_node.c.
int dhcp6_proxy_set_server |
( |
ip46_address_t * |
addr, |
|
|
ip46_address_t * |
src_addr, |
|
|
u32 |
rx_table_id, |
|
|
u32 |
server_table_id, |
|
|
int |
is_del |
|
) |
| |
static int dhcp6_proxy_show_walk |
( |
dhcp_proxy_t * |
proxy, |
|
|
void * |
ctx |
|
) |
| |
|
static |
static u8* format_dhcp6_proxy_server |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
static u8* format_dhcpv6_proxy_header_with_length |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
static u8* format_dhcpv6_proxy_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
Initial value:= {
.path = "show dhcpv6 link-address interface",
.short_help = "show dhcpv6 link-address interface <interface>",
}
static clib_error_t * dhcpv6_link_address_show_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (dhcpv6_proxy_address_show_command)
Definition at line 1142 of file dhcp6_proxy_node.c.
char* dhcpv6_proxy_error_strings[] |
|
static |
Initial value:= {
#define dhcpv6_proxy_error(n,s)
}
Definition at line 26 of file dhcp6_proxy_node.c.
Initial value:= {
.path = "set dhcpv6 proxy",
.short_help = "set dhcpv6 proxy [del] server <ipv6-addr> src-address <ipv6-addr> "
"[server-fib-id <fib-id>] [rx-fib-id <fib-id>] ",
}
static clib_error_t * dhcpv6_proxy_set_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (dhcpv6_proxy_set_command)
Definition at line 958 of file dhcp6_proxy_node.c.
Initial value:= {
.path = "show dhcpv6 proxy",
.short_help = "Display dhcpv6 proxy info",
}
static clib_error_t * dhcpv6_proxy_show_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (dhcpv6_proxy_show_command)
Definition at line 1021 of file dhcp6_proxy_node.c.
Initial value:= {
.name = "dhcpv6-proxy-to-client",
.vector_size =
sizeof (
u32),
}
static u8 * format_dhcpv6_proxy_trace(u8 *s, va_list *args)
static u8 * format_dhcpv6_proxy_header_with_length(u8 *s, va_list *args)
static char * dhcpv6_proxy_error_strings[]
static uword dhcpv6_proxy_to_client_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
(constructor) VLIB_REGISTER_NODE (dhcpv6_proxy_to_client_node)
Definition at line 55 of file dhcp6_proxy_node.c.
Initial value:= {
.name = "dhcpv6-proxy-to-server",
.vector_size =
sizeof (
u32),
.next_nodes = {
#define _(s,n)
},
}
static u8 * format_dhcpv6_proxy_trace(u8 *s, va_list *args)
static u8 * format_dhcpv6_proxy_header_with_length(u8 *s, va_list *args)
static char * dhcpv6_proxy_error_strings[]
#define foreach_dhcpv6_proxy_to_server_input_next
static uword dhcpv6_proxy_to_server_input(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *from_frame)
(constructor) VLIB_REGISTER_NODE (dhcpv6_proxy_to_server_node)
Definition at line 54 of file dhcp6_proxy_node.c.
Initial value:= {
.path = "set dhcpv6 vss",
.short_help = "set dhcpv6 vss table <table-id> oui <oui> vpn-idx <vpn-idx>",
}
static clib_error_t * dhcpv6_vss_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (dhcpv6_proxy_vss_command)
Definition at line 1081 of file dhcp6_proxy_node.c.
Initial value:= {
.path = "show dhcpv6 vss",
.short_help = "show dhcpv6 VSS",
}
static clib_error_t * dhcpv6_vss_show_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (dhcpv6_proxy_vss_show_command)
Definition at line 1098 of file dhcp6_proxy_node.c.