FD.io VPP
v16.09
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
int | ip4_address_compare (ip4_address_t *a1, ip4_address_t *a2) |
int | ip6_address_compare (ip6_address_t *a1, ip6_address_t *a2) |
void | ip_del_all_interface_addresses (vlib_main_t *vm, u32 sw_if_index) |
static clib_error_t * | ip_address_delete_cleanup (vnet_main_t *vnm, u32 hw_if_index, u32 is_create) |
VNET_HW_INTERFACE_ADD_DEL_FUNCTION (ip_address_delete_cleanup) | |
static clib_error_t * | add_del_ip_address (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
static clib_error_t * | ip4_cli_init (vlib_main_t *vm) |
Variables | |
static vlib_cli_command_t | set_interface_ip_command |
(constructor) VLIB_CLI_COMMAND (set_interface_ip_command) More... | |
static vlib_cli_command_t | set_interface_ip_address_command |
(constructor) VLIB_CLI_COMMAND (set_interface_ip_address_command) More... | |
|
static |
int ip4_address_compare | ( | ip4_address_t * | a1, |
ip4_address_t * | a2 | ||
) |
|
static |
int ip6_address_compare | ( | ip6_address_t * | a1, |
ip6_address_t * | a2 | ||
) |
|
static |
void ip_del_all_interface_addresses | ( | vlib_main_t * | vm, |
u32 | sw_if_index | ||
) |
Definition at line 62 of file ip46_cli.c.
VNET_HW_INTERFACE_ADD_DEL_FUNCTION | ( | ip_address_delete_cleanup | ) |
|
static |
(constructor) VLIB_CLI_COMMAND (set_interface_ip_address_command)
Definition at line 180 of file ip46_cli.c.
|
static |
(constructor) VLIB_CLI_COMMAND (set_interface_ip_command)
Definition at line 57 of file ip46_cli.c.