52 #ifndef CLIB_MARCH_VARIANT 56 #define _(sym,name) name, 70 static char *display_names[] = {
71 #define _(sym,name) #sym, 75 u32 feature_bitmap = va_arg (*args,
u32);
76 u32 verbose = va_arg (*args,
u32);
78 if (feature_bitmap == 0)
80 s =
format (s,
" none configured");
84 feature_bitmap &= ~L2INPUT_FEAT_DROP;
88 if (feature_bitmap & (1 << i))
91 s =
format (s,
"%17s (%s)\n",
118 s =
format (s,
"l2-input: sw_if_index %d dst %U src %U",
127 #ifndef CLIB_MARCH_VARIANT 131 #define foreach_l2input_error \ 132 _(L2INPUT, "L2 input packets") \ 133 _(DROP, "L2 input drops") 137 #define _(sym,str) L2INPUT_ERROR_##sym, 144 #define _(sym,string) string, 190 #define get_u16(addr) ( *((u16 *)(addr)) ) 191 u16 ethertype = clib_net_to_host_u16 (
get_u16 (l3h0 - 2));
195 feat_mask &= ~(L2INPUT_FEAT_FWD |
196 L2INPUT_FEAT_UU_FLOOD |
197 L2INPUT_FEAT_UU_FWD | L2INPUT_FEAT_GBP_FWD);
200 if (ethertype != ETHERNET_TYPE_ARP &&
201 (ethertype != ETHERNET_TYPE_IP6 || protocol != IP_PROTOCOL_ICMP6))
202 feat_mask &= ~(L2INPUT_FEAT_ARP_TERM);
212 if (ethertype == ETHERNET_TYPE_ARP)
216 clib_host_to_net_u16 (ETHERNET_ARP_OPCODE_request))
222 icmp6_neighbor_solicitation_or_advertisement_header_t *ndh0;
224 if (ndh0->icmp.type == ICMP6_neighbor_solicitation)
278 feat_mask = L2INPUT_FEAT_DROP;
284 vnet_buffer (b0)->l2.feature_bitmap = feature_bitmap;
296 u32 n_left_from, *from, *to_next;
304 while (n_left_from > 0)
311 while (n_left_from >= 8 && n_left_to_next >= 4)
313 u32 bi0, bi1, bi2, bi3;
315 u32 next0, next1, next2, next3;
316 u32 sw_if_index0, sw_if_index1, sw_if_index2, sw_if_index3;
348 to_next[0] = bi0 = from[0];
349 to_next[1] = bi1 = from[1];
350 to_next[2] = bi2 = from[2];
351 to_next[3] = bi3 = from[3];
370 if (b0->
flags & VLIB_BUFFER_IS_TRACED)
379 if (b1->
flags & VLIB_BUFFER_IS_TRACED)
388 if (b2->
flags & VLIB_BUFFER_IS_TRACED)
397 if (b3->
flags & VLIB_BUFFER_IS_TRACED)
416 to_next, n_left_to_next,
418 next0, next1, next2, next3);
421 while (n_left_from > 0 && n_left_to_next > 0)
452 to_next, n_left_to_next,
460 L2INPUT_ERROR_L2INPUT, frame->
n_vectors);
476 .vector_size =
sizeof (
u32),
495 #ifndef CLIB_MARCH_VARIANT 561 const u8 * old_address,
const u8 * new_address)
568 if (intf_config->
bridge && intf_config->
bvi)
575 L2FIB_ENTRY_RESULT_FLAG_BVI |
576 L2FIB_ENTRY_RESULT_FLAG_STATIC);
604 i32 l2_if_adjust = 0;
704 L2INPUT_FEAT_UU_FLOOD |
705 L2INPUT_FEAT_UU_FWD |
708 L2INPUT_FEAT_ARP_TERM);
737 L2FIB_ENTRY_RESULT_FLAG_BVI |
738 L2FIB_ENTRY_RESULT_FLAG_STATIC);
764 .flags = member_flags,
781 ~(L2INPUT_FEAT_LEARN | L2INPUT_FEAT_FWD | L2INPUT_FEAT_FLOOD);
794 L2INPUT_FEAT_DROP | L2INPUT_FEAT_INPUT_CLASSIFY;
798 ~(L2INPUT_FEAT_LEARN | L2INPUT_FEAT_FWD | L2INPUT_FEAT_FLOOD);
808 out_config->
shg = shg;
837 else if ((hi->
l2_if_count == 0) && (l2_if_adjust == -1))
853 if (dev_class->set_l2_mode_function)
855 dev_class->set_l2_mode_function (vnet_main, hi, l2_if_adjust);
886 if (!
unformat (input,
"%d", &bd_id))
910 (void)
unformat (input,
"%d", &shg);
968 .path =
"set interface l2 bridge",
969 .short_help =
"set interface l2 bridge <interface> <bridge-domain-id> [bvi|uu-fwd] [shg]",
1034 .path =
"set interface l2 xconnect",
1035 .short_help =
"set interface l2 xconnect <interface> <peer interface>",
1084 .path =
"set interface l3",
1085 .short_help =
"set interface l3 <interface>",
1144 args =
format (0,
"bd_id %d%s%d", bd_id,
1145 config->
bvi ?
" bvi shg " :
" shg ", config->
shg);
1149 mode =
"l2 xconnect";
1200 .path =
"show mode",
1201 .short_help =
"show mode [<if-name1> <if-name2> ...]",
1206 #define foreach_l2_init_function \ 1207 _(feat_bitmap_drop_init) \ 1209 _(l2_input_classify_init) \ 1212 _(l2_in_out_acl_init) \ 1216 _(l2_efp_filter_init) \ 1223 #ifndef CLIB_MARCH_VARIANT 1230 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) ...
u32 flags
buffer flags: VLIB_BUFFER_FREE_LIST_INDEX_MASK: bits used to store free list index, VLIB_BUFFER_IS_TRACED: trace this buffer.
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
#define VLIB_NODE_FN(node)
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)
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.
vl_api_vxlan_gbp_api_tunnel_mode_t mode
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)
VLIB buffer representation.
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 vec_foreach(var, vec)
Vector iterator.
#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
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.