18 #ifndef included_vnet_l2_input_h 19 #define included_vnet_l2_input_h 63 u32 feat_next_node_index[32];
101 #define L2INPUT_BVI ((u32) (~0-1)) 106 #define foreach_l2input_feat \ 107 _(DROP, "feature-bitmap-drop") \ 108 _(XCONNECT, "l2-output") \ 109 _(FLOOD, "l2-flood") \ 110 _(ARP_TERM, "arp-term-l2bd") \ 111 _(UU_FLOOD, "l2-flood") \ 114 _(LEARN, "l2-learn") \ 115 _(L2_EMULATION, "l2-emulation") \ 116 _(VTR, "l2-input-vtr") \ 117 _(VPATH, "vpath-input-l2") \ 118 _(ACL, "l2-input-acl") \ 119 _(POLICER_CLAS, "l2-policer-classify") \ 120 _(INPUT_CLASSIFY, "l2-input-classify") \ 121 _(SPAN, "span-l2-input") 126 #define _(sym,str) L2INPUT_FEAT_##sym##_BIT, 137 #define _(sym,str) L2INPUT_FEAT_##sym = (1<<L2INPUT_FEAT_##sym##_BIT), 141 #define _(sym,str) L2INPUT_FEAT_##sym | 166 L2INPUT_FEAT_UU_FLOOD);
172 return ((bd_config->
feature_bitmap & L2INPUT_FEAT_FWD) == L2INPUT_FEAT_FWD);
186 L2INPUT_FEAT_ARP_TERM);
196 u32 feature_bitmap,
u32 enable);
203 #define MODE_L2_BRIDGE 1 205 #define MODE_L2_CLASSIFY 3 207 #define MODE_ERROR_ETH 1 208 #define MODE_ERROR_BVI_DEF 2 233 ethertype = clib_net_to_host_u16 (eth->
type);
239 vlan = (
void *) (eth + 1);
240 ethertype = clib_net_to_host_u16 (vlan->
type);
241 if (ethertype == ETHERNET_TYPE_VLAN)
261 u16 ethertype = clib_net_to_host_u16 (*(
u16 *) (l3h - 2));
263 if (ethertype == ETHERNET_TYPE_IP4)
265 else if (ethertype == ETHERNET_TYPE_IP6)
#define vec_validate(V, I)
Make sure vector is long enough for given index (no header, unspecified alignment) ...
l2_input_config_t * configs
static u32 ip4_compute_flow_hash(const ip4_header_t *ip, flow_hash_config_t flow_hash_config)
struct _vlib_node_registration vlib_node_registration_t
#define hash_v3_mix32(a, b, c)
#define static_always_inline
#define vec_elt_at_index(v, i)
Get vector value at index i checking that i is in bounds.
static void * vlib_buffer_get_current(vlib_buffer_t *b)
Get pointer to current data to process.
static u32 ip6_compute_flow_hash(const ip6_header_t *ip, flow_hash_config_t flow_hash_config)
#define ethernet_buffer_set_vlan_count(b, v)
Sets the number of VLAN headers in the current Ethernet frame in the buffer.
static u32 bd_is_valid(l2_bridge_domain_t *bd_config)
#define hash_v3_finalize32(a, b, c)
static_always_inline int ethernet_frame_is_tagged(u16 type)
#define IP_FLOW_HASH_DEFAULT
Default: 5-tuple without the "reverse" bit.
l2_bridge_domain_t * bd_configs