40 #define _(sym,name) name, 69 s =
format (s,
"l2-input: sw_if_index %d dst %U src %U",
78 #define foreach_l2input_error \ 79 _(L2INPUT, "L2 input packets") \ 80 _(DROP, "L2 input drops") 84 #define _(sym,str) L2INPUT_ERROR_##sym, 91 #define _(sym,string) string, 126 __attribute__ ((unused))
u8 l2bcast;
127 __attribute__ ((unused))
u8 l2mcast;
128 __attribute__ ((unused))
u8 l2_stat_kind;
140 #define get_u32(addr) ( *((u32 *)(addr)) ) 141 #define get_u16(addr) ( *((u16 *)(addr)) ) 142 #define STATS_IF_LAYER2_UCAST_INPUT_CNT 0 143 #define STATS_IF_LAYER2_MCAST_INPUT_CNT 1 144 #define STATS_IF_LAYER2_BCAST_INPUT_CNT 2 155 ethertype = clib_net_to_host_u16 (
get_u16 (l3h0 - 2));
156 if (ethertype == ETHERNET_TYPE_IP4)
159 if ((protocol == IP_PROTOCOL_UDP) || (protocol == IP_PROTOCOL_TCP))
168 else if (ethertype == ETHERNET_TYPE_IP6)
172 if ((protocol == IP_PROTOCOL_UDP) || (protocol == IP_PROTOCOL_TCP))
181 else if (ethertype == ETHERNET_TYPE_MPLS_UNICAST)
202 feat_mask &= ~(L2INPUT_FEAT_FWD | L2INPUT_FEAT_UU_FLOOD);
203 if (ethertype != ETHERNET_TYPE_ARP)
204 feat_mask &= ~(L2INPUT_FEAT_ARP_TERM);
207 if ((*dstlo == 0xFFFFFFFF) && (*dsthi == 0xFFFFFFFF))
268 vnet_buffer (b0)->l2.feature_bitmap = feature_bitmap;
280 u32 n_left_from, *from, *to_next;
292 while (n_left_from > 0)
299 while (n_left_from >= 6 && n_left_to_next >= 2)
304 u32 sw_if_index0, sw_if_index1;
309 u32 sw_if_index2, sw_if_index3;
344 to_next[0] = bi0 = from[0];
345 to_next[1] = bi1 = from[1];
380 em->
counters[node_counter_base_index + L2INPUT_ERROR_L2INPUT] += 2;
389 to_next, n_left_to_next,
390 bi0, bi1, next0, next1);
393 while (n_left_from > 0 && n_left_to_next > 0)
421 em->
counters[node_counter_base_index + L2INPUT_ERROR_L2INPUT] += 1;
427 to_next, n_left_to_next,
442 .vector_size =
sizeof (
u32),
556 i32 l2_if_adjust = 0;
620 config->
feature_bitmap |= L2INPUT_FEAT_DROP | L2INPUT_FEAT_CLASSIFY;
624 ~(L2INPUT_FEAT_LEARN | L2INPUT_FEAT_FWD | L2INPUT_FEAT_FLOOD);
653 config->
feature_bitmap |= L2INPUT_FEAT_FWD | L2INPUT_FEAT_UU_FLOOD |
654 L2INPUT_FEAT_FLOOD | L2INPUT_FEAT_LEARN | L2INPUT_FEAT_ARP_TERM;
713 ~(L2INPUT_FEAT_LEARN | L2INPUT_FEAT_FWD | L2INPUT_FEAT_FLOOD);
722 out_config->
shg = shg;
750 else if ((hi->
l2_if_count == 0) && (l2_if_adjust == -1))
792 if (!
unformat (input,
"%d", &bd_id))
806 (void)
unformat (input,
"%d", &shg);
849 .path =
"set interface l2 bridge",
850 .short_help =
"set interface to L2 bridging mode in <bridge-domain ID> [bvi] [shg]",
886 (vm, vnm,
MODE_L2_XC, sw_if_index, 0, 0, 0, xc_sw_if_index))
908 .path =
"set interface l2 xconnect",
909 .short_help =
"set interface l2 xconnect <interface> <peer interface>",
956 .path =
"set interface l3",
957 .short_help =
"set interface to L3 mode",
1020 args =
format (0,
"bd_id %d%s%d", bd_id,
1021 config->
bvi ?
" bvi shg " :
" shg ", config->
shg);
1025 mode =
"l2 xconnect";
1050 .path =
"show mode",
1051 .short_help =
"show mode [<if-name1> <if-name2> ...]",
1056 #define foreach_l2_init_function \ 1057 _(feat_bitmap_drop_init) \ 1059 _(l2_classify_init) \ 1066 _(l2_efp_filter_init) \ 1080 if ((error = vlib_call_init_function (vm, a))) return error; } \ void bd_validate(l2_bridge_domain_t *bd_config)
Init bridge domain if not done already.
#define vec_validate(V, I)
Make sure vector is long enough for given index (no header, unspecified alignment) ...
void vlib_put_next_frame(vlib_main_t *vm, vlib_node_runtime_t *r, u32 next_index, u32 n_vectors_left)
Release pointer to next frame vector data.
l2_input_config_t * configs
#define L2_FLOOD_MEMBER_NORMAL
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
static vnet_hw_interface_t * vnet_get_sup_hw_interface(vnet_main_t *vnm, u32 sw_if_index)
vnet_interface_main_t interface_main
u32 l2fib_del_entry(u64 mac, u32 bd_index)
Delete an entry from the l2fib.
#define vec_add1(V, E)
Add 1 element to end of vector (unspecified alignment).
unformat_function_t unformat_vnet_sw_interface
u32 bd_remove_member(l2_bridge_domain_t *bd_config, u32 sw_if_index)
#define L2_FLOOD_MEMBER_BVI
l2_output_next_nodes_st next_nodes
format_function_t format_vnet_sw_if_index_name
vnet_main_t * vnet_get_main(void)
#define static_always_inline
u8 * format_ethernet_address(u8 *s, va_list *args)
#define pool_foreach(VAR, POOL, BODY)
Iterate through pool.
#define VLIB_INIT_FUNCTION(x)
static uword ethernet_address_cast(u8 *a)
static void * vlib_buffer_get_current(vlib_buffer_t *b)
Get pointer to current data to process.
#define vec_new(T, N)
Create new vector of given type and length (unspecified alignment, no header).
void bd_add_member(l2_bridge_domain_t *bd_config, l2_flood_member_t *member)
#define vec_elt_at_index(v, i)
Get vector value at index i checking that i is in bounds.
void ethernet_set_rx_redirect(vnet_main_t *vnm, vnet_hw_interface_t *hi, u32 enable)
l2_output_config_t * l2output_intf_config(u32 sw_if_index)
Get a pointer to the config for the given interface.
#define pool_elt_at_index(p, i)
Returns pointer to element at given index.
vlib_error_main_t error_main
uword os_get_cpu_number(void)
l2output_main_t l2output_main
#define vlib_validate_buffer_enqueue_x2(vm, node, next_index, to_next, n_left_to_next, bi0, bi1, next0, next1)
Finish enqueueing two buffers forward in the graph.
u32 feat_next_node_index[32]
static u32 feat_bitmap_get_next_node_index(u32 *next_nodes, u32 bitmap)
Return the graph node index for the feature corresponding to the first set bit in the bitmap...
#define vlib_validate_buffer_enqueue_x1(vm, node, next_index, to_next, n_left_to_next, bi0, next0)
Finish enqueueing one buffer forward in the graph.
#define vlib_get_next_frame(vm, node, next_index, vectors, n_vectors_left)
Get pointer to next frame vector data by (vlib_node_runtime_t, next_index).
void vlib_cli_output(vlib_main_t *vm, char *fmt,...)
vnet_hw_interface_class_t ethernet_hw_interface_class
u8 * format_ethernet_header_with_length(u8 *s, va_list *args)
#define CLIB_PREFETCH(addr, size, type)
#define vec_free(V)
Free vector's memory (no header).
static void feat_bitmap_init_next_nodes(vlib_main_t *vm, u32 node_index, u32 num_features, char **feat_names, u32 *next_nodes)
Initialize the feature next-node indexes of a graph node.
void ethernet_register_l2_input(vlib_main_t *vm, u32 node_index)
#define clib_memcpy(a, b, c)
#define VNET_SIMULATED_ETHERNET_TX_NEXT_ETHERNET_INPUT
#define ETHERNET_INTERFACE_FLAG_ACCEPT_ALL
void l2fib_add_entry(u64 mac, u32 bd_index, u32 sw_if_index, u32 static_mac, u32 filter_mac, u32 bvi_mac)
Add an entry to the l2fib.
#define VLIB_NODE_FLAG_TRACE
#define VLIB_BUFFER_IS_TRACED
static void * vlib_add_trace(vlib_main_t *vm, vlib_node_runtime_t *r, vlib_buffer_t *b, u32 n_data_bytes)
u32 * output_node_index_vec
VLIB_CLI_COMMAND(set_interface_ip_source_and_port_range_check_command, static)
void ethernet_sw_interface_set_l2_mode(vnet_main_t *vnm, u32 sw_if_index, u32 l2)
u32 bd_find_or_add_bd_index(bd_main_t *bdm, u32 bd_id)
Get or create a bridge domain.
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
vnet_sw_interface_t * sw_interfaces
static void * vlib_frame_vector_args(vlib_frame_t *f)
Get pointer to frame vector data.
l2_bridge_domain_t * bd_configs
#define vlib_prefetch_buffer_header(b, type)
Prefetch buffer metadata.
#define VLIB_NODE_FUNCTION_MULTIARCH(node, fn)
#define VLIB_REGISTER_NODE(x,...)
static vlib_node_t * vlib_get_node(vlib_main_t *vm, u32 i)
Get vlib node by index.
#define vec_foreach(var, vec)
Vector iterator.
#define clib_error_return(e, args...)
uword vlib_node_add_named_next_with_slot(vlib_main_t *vm, uword node, char *name, uword slot)
#define vec_validate_init_empty(V, I, INIT)
Make sure vector is long enough for given index and initialize empty space (no header, unspecified alignment)
#define CLIB_CACHE_LINE_BYTES
u32 flags
buffer flags: VLIB_BUFFER_IS_TRACED: trace this buffer.
static vlib_buffer_t * vlib_get_buffer(vlib_main_t *vm, u32 buffer_index)
Translate buffer index into buffer pointer.
u32 ethernet_set_flags(vnet_main_t *vnm, u32 hw_if_index, u32 flags)
static uword pool_elts(void *v)
Number of active elements in a pool.