54 #define _(sym,name) name, 68 static char *display_names[] = {
69 #define _(sym,name) #sym, 73 u32 feature_bitmap = va_arg (*args,
u32);
74 u32 verbose = va_arg (*args,
u32);
76 if (feature_bitmap == 0)
78 s =
format (s,
" none configured");
82 feature_bitmap &= ~L2INPUT_FEAT_DROP;
86 if (feature_bitmap & (1 << i))
89 s =
format (s,
"%17s (%s)\n",
115 s =
format (s,
"l2-input: sw_if_index %d dst %U src %U",
124 #define foreach_l2input_error \ 125 _(L2INPUT, "L2 input packets") \ 126 _(DROP, "L2 input drops") 130 #define _(sym,str) L2INPUT_ERROR_##sym, 137 #define _(sym,string) string, 183 #define get_u16(addr) ( *((u16 *)(addr)) ) 184 u16 ethertype = clib_net_to_host_u16 (
get_u16 (l3h0 - 2));
188 feat_mask &= ~(L2INPUT_FEAT_FWD |
189 L2INPUT_FEAT_UU_FLOOD |
190 L2INPUT_FEAT_UU_FWD | L2INPUT_FEAT_GBP_FWD);
193 if (ethertype != ETHERNET_TYPE_ARP &&
194 (ethertype != ETHERNET_TYPE_IP6 || protocol != IP_PROTOCOL_ICMP6))
195 feat_mask &= ~(L2INPUT_FEAT_ARP_TERM);
205 if (ethertype == ETHERNET_TYPE_ARP)
209 clib_host_to_net_u16 (ETHERNET_ARP_OPCODE_request))
215 icmp6_neighbor_solicitation_or_advertisement_header_t *ndh0;
217 if (ndh0->icmp.type == ICMP6_neighbor_solicitation)
271 feat_mask = L2INPUT_FEAT_DROP;
277 vnet_buffer (b0)->l2.feature_bitmap = feature_bitmap;
289 u32 n_left_from, *from, *to_next;
297 while (n_left_from > 0)
304 while (n_left_from >= 8 && n_left_to_next >= 4)
306 u32 bi0, bi1, bi2, bi3;
308 u32 next0, next1, next2, next3;
309 u32 sw_if_index0, sw_if_index1, sw_if_index2, sw_if_index3;
341 to_next[0] = bi0 = from[0];
342 to_next[1] = bi1 = from[1];
343 to_next[2] = bi2 = from[2];
344 to_next[3] = bi3 = from[3];
363 if (b0->
flags & VLIB_BUFFER_IS_TRACED)
372 if (b1->
flags & VLIB_BUFFER_IS_TRACED)
381 if (b2->
flags & VLIB_BUFFER_IS_TRACED)
390 if (b3->
flags & VLIB_BUFFER_IS_TRACED)
409 to_next, n_left_to_next,
411 next0, next1, next2, next3);
414 while (n_left_from > 0 && n_left_to_next > 0)
445 to_next, n_left_to_next,
453 L2INPUT_ERROR_L2INPUT, frame->
n_vectors);
471 .vector_size =
sizeof (
u32),
555 const u8 * old_address,
const u8 * new_address)
562 if (intf_config->
bridge && intf_config->
bvi)
569 L2FIB_ENTRY_RESULT_FLAG_BVI |
570 L2FIB_ENTRY_RESULT_FLAG_STATIC);
598 i32 l2_if_adjust = 0;
698 L2INPUT_FEAT_UU_FLOOD |
699 L2INPUT_FEAT_UU_FWD |
702 L2INPUT_FEAT_ARP_TERM);
731 L2FIB_ENTRY_RESULT_FLAG_BVI |
732 L2FIB_ENTRY_RESULT_FLAG_STATIC);
758 .flags = member_flags,
775 ~(L2INPUT_FEAT_LEARN | L2INPUT_FEAT_FWD | L2INPUT_FEAT_FLOOD);
788 L2INPUT_FEAT_DROP | L2INPUT_FEAT_INPUT_CLASSIFY;
792 ~(L2INPUT_FEAT_LEARN | L2INPUT_FEAT_FWD | L2INPUT_FEAT_FLOOD);
802 out_config->
shg = shg;
831 else if ((hi->
l2_if_count == 0) && (l2_if_adjust == -1))
847 if (dev_class->set_l2_mode_function)
849 dev_class->set_l2_mode_function (vnet_main, hi, l2_if_adjust);
879 if (!
unformat (input,
"%d", &bd_id))
903 (void)
unformat (input,
"%d", &shg);
961 .path =
"set interface l2 bridge",
962 .short_help =
"set interface l2 bridge <interface> <bridge-domain-id> [bvi|uu-fwd] [shg]",
1027 .path =
"set interface l2 xconnect",
1028 .short_help =
"set interface l2 xconnect <interface> <peer interface>",
1077 .path =
"set interface l3",
1078 .short_help =
"set interface l3 <interface>",
1137 args =
format (0,
"bd_id %d%s%d", bd_id,
1138 config->
bvi ?
" bvi shg " :
" shg ", config->
shg);
1142 mode =
"l2 xconnect";
1193 .path =
"show mode",
1194 .short_help =
"show mode [<if-name1> <if-name2> ...]",
1199 #define foreach_l2_init_function \ 1200 _(feat_bitmap_drop_init) \ 1202 _(l2_input_classify_init) \ 1205 _(l2_in_out_acl_init) \ 1209 _(l2_efp_filter_init) \ 1222 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) ...
l2_input_config_t * configs
#define L2_FLOOD_MEMBER_NORMAL
vnet_main_t * vnet_get_main(void)
static vnet_hw_interface_t * vnet_get_sup_hw_interface(vnet_main_t *vnm, u32 sw_if_index)
vnet_interface_main_t interface_main
#define clib_memcpy_fast(a, b, c)
clib_memset(h->entries, 0, sizeof(h->entries[0]) *entries)
#define vec_add1(V, E)
Add 1 element to end of vector (unspecified alignment).
#define vlib_validate_buffer_enqueue_x4(vm, node, next_index, to_next, n_left_to_next, bi0, bi1, bi2, bi3, next0, next1, next2, next3)
Finish enqueueing four buffers forward in the graph.
static_always_inline u8 * l2fib_swif_seq_num(u32 sw_if_index)
static vnet_sw_interface_t * vnet_get_sw_interface(vnet_main_t *vnm, u32 sw_if_index)
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
u32 * output_node_index_vec
struct _vnet_device_class vnet_device_class_t
format_function_t format_vnet_sw_if_index_name
void l2output_create_output_node_mapping(vlib_main_t *vlib_main, vnet_main_t *vnet_main, u32 sw_if_index)
Create a mapping in the next node mapping table for the given sw_if_index.
vnet_flood_class_t flood_class
#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 vnet_device_class_t * vnet_get_device_class(vnet_main_t *vnm, u32 dev_class_index)
#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 vlib_prefetch_buffer_header(b, type)
Prefetch buffer metadata.
#define vec_elt_at_index(v, i)
Get vector value at index i checking that i is in bounds.
#define clib_error_return(e, args...)
void l2fib_add_entry(const u8 *mac, u32 bd_index, u32 sw_if_index, l2fib_entry_result_flags_t flags)
Add an entry to the l2fib.
void ethernet_set_rx_redirect(vnet_main_t *vnm, vnet_hw_interface_t *hi, u32 enable)
#define VLIB_NODE_FUNCTION_MULTIARCH(node, fn)
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.
static_always_inline u8 * l2fib_valid_swif_seq_num(u32 sw_if_index)
static void * vlib_buffer_get_current(vlib_buffer_t *b)
Get pointer to current data to process.
enum l2_bd_port_type_t_ l2_bd_port_type_t
l2output_main_t l2output_main
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).
static void vlib_node_increment_counter(vlib_main_t *vm, u32 node_index, u32 counter_index, u64 increment)
vnet_hw_interface_class_t ethernet_hw_interface_class
u8 * format_ethernet_header_with_length(u8 *s, va_list *args)
#define VLIB_REGISTER_NODE(x,...)
u32 l2fib_del_entry(const u8 *mac, u32 bd_index, u32 sw_if_index)
Delete an entry from the l2fib.
#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 ETHERNET_INTERFACE_FLAG_ACCEPT_ALL
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.
static void * ip6_next_header(ip6_header_t *i)
#define VLIB_CLI_COMMAND(x,...)
u16 cached_next_index
Next frame index that vector arguments were last enqueued to last time this node ran.
static u32 bd_find_or_add_bd_index(bd_main_t *bdm, u32 bd_id)
Get or create a bridge domain.
static void * vlib_add_trace(vlib_main_t *vm, vlib_node_runtime_t *r, vlib_buffer_t *b, u32 n_data_bytes)
void ethernet_sw_interface_set_l2_mode(vnet_main_t *vnm, u32 sw_if_index, u32 l2)
#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
vl_api_gbp_vxlan_tunnel_mode_t mode
#define vec_foreach(var, vec)
Vector iterator.
u16 flags
Copy of main node flags.
#define VLIB_NODE_FLAG_TRACE
#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_FREE_LIST_INDEX_MASK: bits used to store free list index, VLIB_BUFFER_IS_TRACED: trace this buffer.
void vlib_cli_output(vlib_main_t *vm, char *fmt,...)
void l2fib_flush_int_mac(vlib_main_t *vm, u32 sw_if_index)
Flush all non static MACs from an interface.
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.