|
int | vxlan_gpe_ioam_set_rewrite (vxlan_gpe_tunnel_t *t, int has_trace_option, int has_pot_option, int has_ppc_option, u8 ipv6_set) |
|
int | vxlan_gpe_ioam_clear_rewrite (vxlan_gpe_tunnel_t *t, int has_trace_option, int has_pot_option, int has_ppc_option, u8 ipv6_set) |
|
clib_error_t * | vxlan_gpe_ioam_clear (vxlan_gpe_tunnel_t *t, int has_trace_option, int has_pot_option, int has_ppc_option, u8 ipv6_set) |
|
clib_error_t * | vxlan_gpe_ioam_set (vxlan_gpe_tunnel_t *t, int has_trace_option, int has_pot_option, int has_ppc_option, u8 ipv6_set) |
|
static void | vxlan_gpe_set_clear_output_feature_on_intf (vlib_main_t *vm, u32 sw_if_index0, u8 is_add) |
|
void | vxlan_gpe_clear_output_feature_on_all_intfs (vlib_main_t *vm) |
|
fib_forward_chain_type_t | fib_entry_get_default_chain_type (const fib_entry_t *fib_entry) |
|
int | vxlan_gpe_enable_disable_ioam_for_dest (vlib_main_t *vm, ip46_address_t dst_addr, u32 outer_fib_index, u8 is_ipv4, u8 is_add) |
|
void | vxlan_gpe_refresh_output_feature_on_all_dest (void) |
|
void | vxlan_gpe_clear_output_feature_on_select_intfs (void) |
|
static clib_error_t * | vxlan_gpe_set_ioam_rewrite_command_fn (vlib_main_t *vm, unformat_input_t()*input, vlib_cli_command_t *cmd) |
|
clib_error_t * | vxlan_gpe_ioam_enable (int has_trace_option, int has_pot_option, int has_ppc_option) |
|
clib_error_t * | vxlan_gpe_ioam_disable (int has_trace_option, int has_pot_option, int has_ppc_option) |
|
void | vxlan_gpe_set_next_override (uword next) |
|
static clib_error_t * | vxlan_gpe_set_ioam_flags_command_fn (vlib_main_t *vm, unformat_input_t()*input, vlib_cli_command_t *cmd) |
|
int | vxlan_gpe_ioam_disable_for_dest (vlib_main_t *vm, ip46_address_t dst_addr, u32 outer_fib_index, u8 ipv4_set) |
|
static clib_error_t * | vxlan_gpe_set_ioam_transit_rewrite_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
clib_error_t * | clear_vxlan_gpe_ioam_rewrite_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static fib_node_back_walk_rc_t | vxlan_gpe_ioam_back_walk (fib_node_t *node, fib_node_back_walk_ctx_t *ctx) |
| Function definition to backwalk a FIB node. More...
|
|
static fib_node_t * | vxlan_gpe_ioam_fib_node_get (fib_node_index_t index) |
| Function definition to get a FIB node from its index. More...
|
|
static void | vxlan_gpe_ioam_last_lock_gone (fib_node_t *node) |
| Function definition to inform the FIB node that its last lock has gone. More...
|
|
void | vxlan_gpe_ioam_interface_init (void) |
|