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) |
|
◆ dhcpv6_proxy_error
#define dhcpv6_proxy_error |
( |
|
n, |
|
|
|
s |
|
) |
| s, |
◆ foreach_dhcpv6_proxy_to_server_input_next
#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.
◆ dhcpv6_proxy_to_server_input_next_t
◆ copy_ip6_address()
◆ dhcp6_proxy_init()
◆ dhcp6_proxy_set_server()
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 |
|
) |
| |
◆ dhcp6_proxy_show_walk()
static int dhcp6_proxy_show_walk |
( |
dhcp_proxy_t * |
proxy, |
|
|
void * |
ctx |
|
) |
| |
|
static |
◆ dhcpv6_link_address_show_command_fn()
◆ dhcpv6_proxy_set_command_fn()
◆ dhcpv6_proxy_show_command_fn()
◆ dhcpv6_proxy_to_client_input()
◆ dhcpv6_proxy_to_server_input()
◆ dhcpv6_vss_command_fn()
◆ dhcpv6_vss_show_command_fn()
◆ format_dhcp6_proxy_server()
static u8* format_dhcp6_proxy_server |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ format_dhcpv6_proxy_header_with_length()
static u8* format_dhcpv6_proxy_header_with_length |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ format_dhcpv6_proxy_trace()
static u8* format_dhcpv6_proxy_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ ip6_interface_first_global_or_site_address()
◆ all_dhcpv6_server_address
◆ all_dhcpv6_server_relay_agent_address
◆ dhcpv6_proxy_address_show_command
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 1174 of file dhcp6_proxy_node.c.
◆ dhcpv6_proxy_error_strings
char* dhcpv6_proxy_error_strings[] |
|
static |
Initial value:= {
#define dhcpv6_proxy_error(n,s)
}
Definition at line 26 of file dhcp6_proxy_node.c.
◆ dhcpv6_proxy_set_command
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 995 of file dhcp6_proxy_node.c.
◆ dhcpv6_proxy_show_command
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 1059 of file dhcp6_proxy_node.c.
◆ dhcpv6_proxy_to_client_node
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 57 of file dhcp6_proxy_node.c.
◆ dhcpv6_proxy_to_server_node
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 56 of file dhcp6_proxy_node.c.
◆ dhcpv6_proxy_vss_command
Initial value:= {
.path = "set dhcpv6 vss",
.short_help = "set dhcpv6 vss table <table-id> [oui <n> vpn-id <n> | vpn-ascii-id <text>]",
}
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 1108 of file dhcp6_proxy_node.c.
◆ dhcpv6_proxy_vss_show_command
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 1126 of file dhcp6_proxy_node.c.