Go to the source code of this file.
◆ foreach_vxlan_gbp_input_next
#define foreach_vxlan_gbp_input_next |
Value:
_(PUNT, "punt-dispatch") \
_(L2_INPUT, "l2-input") \
_(IP4_INPUT, "ip4-input") \
_(IP6_INPUT, "ip6-input")
Definition at line 135 of file vxlan_gbp.h.
◆ vxlan_gbp_error
#define vxlan_gbp_error |
( |
|
n, |
|
|
|
s |
|
) |
| VXLAN_GBP_ERROR_##n, |
◆ vxlan4_gbp_tunnel_key_t
◆ vxlan6_gbp_tunnel_key_t
◆ vxlan_bgp_no_tunnel_t
Call back function packets that do not match a configured tunnel.
Definition at line 161 of file vxlan_gbp.h.
◆ vxlan_gbp_tunnel_mode_t
◆ vxlan_gbp_input_error_t
Enumerator |
---|
VXLAN_GBP_N_ERROR | |
Definition at line 150 of file vxlan_gbp.h.
◆ vxlan_gbp_input_next_t
Enumerator |
---|
VXLAN_GBP_INPUT_N_NEXT | |
Definition at line 142 of file vxlan_gbp.h.
◆ vxlan_gbp_tunnel_mode_t_
Enumerator |
---|
VXLAN_GBP_TUNNEL_MODE_L2 | |
VXLAN_GBP_TUNNEL_MODE_L3 | |
Definition at line 63 of file vxlan_gbp.h.
◆ CLIB_PACKED() [1/2]
◆ CLIB_PACKED() [2/2]
◆ format_vxlan_gbp_encap_trace()
u8* format_vxlan_gbp_encap_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_vxlan_gbp_tunnel_mode()
u8* format_vxlan_gbp_tunnel_mode |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ vnet_int_vxlan_gbp_bypass_mode()
void vnet_int_vxlan_gbp_bypass_mode |
( |
u32 |
sw_if_index, |
|
|
u8 |
is_ip6, |
|
|
u8 |
is_enable |
|
) |
| |
◆ vnet_vxlan_gbp_tunnel_add_del()
◆ vnet_vxlan_gbp_tunnel_del()
int vnet_vxlan_gbp_tunnel_del |
( |
u32 |
sw_if_indexp | ) |
|
◆ vxlan_gbp_register_udp_ports()
void vxlan_gbp_register_udp_ports |
( |
void |
| ) |
|
|
inline |
◆ vxlan_gbp_tunnel_by_sw_if_index()
static u32 vxlan_gbp_tunnel_by_sw_if_index |
( |
u32 |
sw_if_index | ) |
|
|
inlinestatic |
◆ vxlan_gbp_unregister_udp_ports()
void vxlan_gbp_unregister_udp_ports |
( |
void |
| ) |
|
|
inline |
◆ vxlan4_gbp_encap_node
(constructor) VLIB_REGISTER_NODE (vxlan4_gbp_encap_node)
Definition at line 566 of file encap.c.
◆ vxlan4_gbp_input_node
(constructor) VLIB_REGISTER_NODE (vxlan4_gbp_input_node)
Definition at line 541 of file decap.c.
◆ vxlan6_gbp_encap_node
(constructor) VLIB_REGISTER_NODE (vxlan6_gbp_encap_node)
Definition at line 580 of file encap.c.
◆ vxlan6_gbp_input_node
(constructor) VLIB_REGISTER_NODE (vxlan6_gbp_input_node)
Definition at line 556 of file decap.c.
◆ vxlan_gbp_main