FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
u8 * | format_urpf_mode (u8 *s, va_list *a) |
static uword | unformat_urpf_mode (unformat_input_t *input, va_list *args) |
void | urpf_update (urpf_mode_t mode, u32 sw_if_index, ip_address_family_t af, vlib_dir_t dir) |
static clib_error_t * | urpf_cli_update (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
static clib_error_t * | urpf_cli_accept (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
Variables | |
static const char * | urpf_feat_arcs [N_AF][VLIB_N_DIR] |
static const char * | urpf_feats [N_AF][VLIB_N_DIR][URPF_N_MODES] |
static urpf_mode_t * | urpf_cfgs [N_AF][VLIB_N_DIR] |
Per-af, per-direction, per-interface uRPF configs. More... | |
static vlib_cli_command_t | set_interface_ip_source_check_command |
(constructor) VLIB_CLI_COMMAND (set_interface_ip_source_check_command) More... | |
static vlib_cli_command_t | urpf_accept_command |
(constructor) VLIB_CLI_COMMAND (urpf_accept_command) More... | |
|
static |
|
static |
|
static |
void urpf_update | ( | urpf_mode_t | mode, |
u32 | sw_if_index, | ||
ip_address_family_t | af, | ||
vlib_dir_t | dir | ||
) |
|
static |
(constructor) VLIB_CLI_COMMAND (set_interface_ip_source_check_command)
|
static |
(constructor) VLIB_CLI_COMMAND (urpf_accept_command)
|
static |
|
static |
|
static |