117 clib_mem_free (ip6_addr_key);
168 #define BD_REMOVE_ERROR_OK 0 169 #define BD_REMOVE_ERROR_NOT_FOUND 1 234 u32 feature_bitmap = 0;
238 feature_bitmap |= L2INPUT_FEAT_LEARN;
242 feature_bitmap |= L2INPUT_FEAT_FWD;
246 feature_bitmap |= L2INPUT_FEAT_FLOOD;
250 feature_bitmap |= L2INPUT_FEAT_UU_FLOOD;
254 feature_bitmap |= L2INPUT_FEAT_ARP_TERM;
284 enable |= bd_config->
bd_id != ~0 && bd_config->
mac_age != 0;
306 if (!
unformat (input,
"%d", &bd_id))
315 "No operations on the default bridge domain are supported");
355 .path =
"set bridge-domain learn",
356 .short_help =
"set bridge-domain learn <bridge-domain-id> [disable]",
375 if (!
unformat (input,
"%d", &bd_id))
384 "No operations on the default bridge domain are supported");
425 .path =
"set bridge-domain forward",
426 .short_help =
"set bridge-domain forward <bridge-domain-id> [disable]",
446 if (!
unformat (input,
"%d", &bd_id))
455 "No operations on the default bridge domain are supported");
495 .path =
"set bridge-domain flood",
496 .short_help =
"set bridge-domain flood <bridge-domain-id> [disable]",
516 if (!
unformat (input,
"%d", &bd_id))
525 "No operations on the default bridge domain are supported");
565 .path =
"set bridge-domain uu-flood",
566 .short_help =
"set bridge-domain uu-flood <bridge-domain-id> [disable]",
586 if (!
unformat (input,
"%d", &bd_id))
595 "No operations on the default bridge domain are supported");
629 if (!
unformat (input,
"%d", &bd_id))
638 "No operations on the default bridge domain are supported");
682 .path =
"set bridge-domain mac-age",
683 .short_help =
"set bridge-domain mac-age <bridge-domain-id> <mins>",
700 .path =
"set bridge-domain arp term",
701 .short_help =
"set bridge-domain arp term <bridge-domain-id> [disable]",
720 u8 * ip_addr,
u8 * mac_addr,
u8 is_ip6,
u8 is_add)
723 u64 new_mac = *(
u64 *) mac_addr;
725 u16 *mac16 = (
u16 *) & new_mac;
743 else if (*old_mac == new_mac)
756 if (old_mac && (*old_mac == new_mac))
773 if (old_mac && (*old_mac == new_mac))
779 if (old_mac && (*old_mac == new_mac))
806 if (!
unformat (input,
"%d", &bd_id))
815 "No operations on the default bridge domain are supported");
855 is_add ?
"add" :
"del",
876 .path =
"set bridge-domain arp entry",
877 .short_help =
"set bridge-domain arp entry <bridge-domain-id> <ip-addr> <mac-addr> [del]",
885 u32 vtr_op = va_arg (*args,
u32);
886 u32 dot1q = va_arg (*args,
u32);
887 u32 tag1 = va_arg (*args,
u32);
888 u32 tag2 = va_arg (*args,
u32);
892 return format (s,
"none");
894 return format (s,
"push-1 %s %d", dot1q ?
"dot1q" :
"dot1ad", tag1);
896 return format (s,
"push-2 %s %d %d", dot1q ?
"dot1q" :
"dot1ad", tag1,
899 return format (s,
"pop-1");
901 return format (s,
"pop-2");
903 return format (s,
"trans-1-1 %s %d", dot1q ?
"dot1q" :
"dot1ad", tag1);
905 return format (s,
"trans-1-2 %s %d %d", dot1q ?
"dot1q" :
"dot1ad",
908 return format (s,
"trans-2-1 %s %d", dot1q ?
"dot1q" :
"dot1ad", tag1);
910 return format (s,
"trans-2-2 %s %d %d", dot1q ?
"dot1q" :
"dot1ad",
913 return format (s,
"none");
953 "No operations on the default bridge domain are supported");
978 for (bd_index = start; bd_index < end; bd_index++)
987 "%=8s %=7s %=4s %=9s %=9s %=9s %=9s %=9s %=9s %=9s",
988 "BD-ID",
"Index",
"BSN",
"Age(min)",
989 "Learning",
"U-Forwrd",
"UU-Flood",
"Flooding",
990 "ARP-Term",
"BVI-Intf");
998 "%=8d %=7d %=4d %=9v %=9s %=9s %=9s %=9s %=9s %=9U",
1023 u32 vtr_opr, dot1q, tag1, tag2;
1027 "Interface",
"If-idx",
"ISN",
"SHG",
1028 "BVI",
"TxFlood",
"VLAN-Tag-Rewrite");
1035 swif_seq_num, member->
shg,
1037 "-", i < bd_config->flood_count ?
"*" :
"-",
1042 if ((detail || arp) &&
1049 "\n IP4/IP6 to MAC table for ARP Termination");
1054 vlib_cli_output (vm,
"%=40U => %=20U",
1055 format_ip4_address, &ip4_addr,
1056 format_ethernet_address, &mac_addr);
1061 vlib_cli_output (vm,
"%=40U => %=20U",
1062 format_ip6_address, ip6_addr,
1063 format_ethernet_address, &mac_addr);
1107 .path =
"show bridge-domain",
1108 .short_help =
"show bridge-domain [bridge-domain-id [detail|int|arp]]",
1124 return VNET_API_ERROR_BD_ALREADY_EXISTS;
1126 return VNET_API_ERROR_BD_ID_EXCEED_MAX;
1129 u32 enable_flags = 0, disable_flags = 0;
1166 return VNET_API_ERROR_NO_SUCH_ENTRY;
1168 return VNET_API_ERROR_BD_NOT_MODIFIABLE;
1170 return VNET_API_ERROR_BD_IN_USE;
1192 u32 flood = 1, forward = 1, learn = 1, uu_flood = 1, arp_term = 0;
1203 if (
unformat (line_input,
"%d", &bd_id))
1205 else if (
unformat (line_input,
"flood %d", &flood))
1207 else if (
unformat (line_input,
"uu-flood %d", &uu_flood))
1209 else if (
unformat (line_input,
"forward %d", &forward))
1211 else if (
unformat (line_input,
"learn %d", &learn))
1213 else if (
unformat (line_input,
"arp-term %d", &arp_term))
1215 else if (
unformat (line_input,
"mac-age %d", &mac_age))
1217 else if (
unformat (line_input,
"del"))
1220 flood = uu_flood = forward = learn = 0;
1244 memset (a, 0,
sizeof (*a));
1262 case VNET_API_ERROR_BD_IN_USE:
1265 case VNET_API_ERROR_NO_SUCH_ENTRY:
1268 case VNET_API_ERROR_BD_NOT_MODIFIABLE:
1271 case VNET_API_ERROR_BD_ID_EXCEED_MAX:
1316 .path =
"create bridge-domain",
1317 .short_help =
"create bridge-domain <bridge-domain-id>" 1318 " [learn <0|1>] [forward <0|1>] [uu-flood <0|1>] [flood <0|1>] [arp-term <0|1>]" 1319 " [mac-age <nn>] [del]",
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 bd_set_flags(vlib_main_t *vm, u32 bd_index, u32 flags, u32 enable)
Set the learn/forward/flood flags for the bridge domain.
#define vec_foreach_index(var, v)
Iterate over vector indices.
#define hash_set(h, key, value)
sll srl srl sll sra u16x4 i
u8 * format_vnet_sw_if_index_name_with_NA(u8 *s, va_list *args)
Format sw_if_index.
#define hash_unset(h, key)
vnet_main_t * vnet_get_main(void)
static void update_flood_count(l2_bridge_domain_t *bd_config)
l2_flood_member_t * members
static uword * clib_bitmap_set(uword *ai, uword i, uword value)
Sets the ith bit of a bitmap to new_value Removes trailing zeros from the bitmap. ...
static_always_inline u8 * l2fib_swif_seq_num(u32 sw_if_index)
#define hash_set_mem(h, key, value)
static vnet_sw_interface_t * vnet_get_sw_interface(vnet_main_t *vnm, u32 sw_if_index)
int bd_add_del(l2_bridge_domain_add_del_args_t *a)
u32 bd_remove_member(l2_bridge_domain_t *bd_config, u32 sw_if_index)
#define L2_FLOOD_MEMBER_BVI
format_function_t format_vnet_sw_if_index_name
#define vec_reset_length(v)
Reset vector length to zero NULL-pointer tolerant.
vnet_flood_class_t flood_class
u8 * format_ethernet_address(u8 *s, va_list *args)
#define VLIB_INIT_FUNCTION(x)
void bd_add_member(l2_bridge_domain_t *bd_config, l2_flood_member_t *member)
static clib_error_t * bd_fwd(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Set bridge-domain forward enable/disable.
#define hash_foreach(key_var, value_var, h, body)
clib_error_t * l2bd_init(vlib_main_t *vm)
#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...)
#define hash_get_pair(h, key)
uword * bd_index_by_bd_id
#define BD_REMOVE_ERROR_OK
#define hash_create_mem(elts, key_bytes, value_bytes)
#define hash_unset_mem(h, key)
static void vlib_process_signal_event(vlib_main_t *vm, uword node_index, uword type_opaque, uword data)
void l2fib_flush_bd_mac(vlib_main_t *vm, u32 bd_index)
Flush all non static MACs in a bridge domain.
static clib_error_t * bd_arp_entry(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Set bridge-domain arp entry add/delete.
static clib_error_t * bd_add_del_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Create or delete bridge-domain.
static clib_error_t * bd_flood(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Set bridge-domain flood enable/disable.
#define hash_foreach_mem(key_var, value_var, h, body)
static u32 bd_is_valid(l2_bridge_domain_t *bd_config)
#define BD_REMOVE_ERROR_NOT_FOUND
static int bd_delete(bd_main_t *bdm, u32 bd_index)
void bd_set_mac_age(vlib_main_t *vm, u32 bd_index, u8 age)
Set the mac age for the bridge domain.
u32 bd_add_del_ip_mac(u32 bd_index, u8 *ip_addr, u8 *mac_addr, u8 is_ip6, u8 is_add)
Add/delete IP address to MAC address mapping.
#define vec_free(V)
Free vector's memory (no header).
static clib_error_t * bd_learn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Set bridge-domain learn enable/disable.
#define clib_memcpy(a, b, c)
#define VLIB_CLI_COMMAND(x,...)
static clib_error_t * bd_show(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Show bridge-domain state.
#define hash_create(elts, value_bytes)
uword unformat_ethernet_address(unformat_input_t *input, va_list *args)
#define vec_delete(V, N, M)
Delete N elements starting at element M.
#define vec_insert_elts(V, E, N, M)
Insert N vector elements starting at element M, insert given elements (no header, unspecified alignme...
static void clib_mem_free(void *p)
static void * clib_mem_alloc(uword size)
static vlib_main_t * vlib_get_main(void)
static clib_error_t * bd_arp_term(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Set bridge-domain arp term enable/disable.
static clib_error_t * bd_mac_age(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
l2_bridge_domain_t * bd_configs
static clib_error_t * bd_uu_flood(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Set bridge-domain unkown-unicast flood enable/disable.
u8 * format_vtr(u8 *s, va_list *args)
#define hash_get_mem(h, key)
u32 l2vtr_get(vlib_main_t *vlib_main, vnet_main_t *vnet_main, u32 sw_if_index, u32 *vtr_op, u32 *push_dot1q, u32 *vtr_tag1, u32 *vtr_tag2)
Get vtag tag rewrite on the given interface.
#define vec_foreach(var, vec)
Vector iterator.
u32 bd_find_index(bd_main_t *bdm, u32 bd_id)
Get a bridge domain.
static uword clib_bitmap_first_clear(uword *ai)
Return the lowest numbered clear bit in a bitmap.
vlib_node_registration_t l2fib_mac_age_scanner_process_node
(constructor) VLIB_REGISTER_NODE (l2fib_mac_age_scanner_process_node)
void vlib_cli_output(vlib_main_t *vm, char *fmt,...)
u32 bd_add_bd_index(bd_main_t *bdm, u32 bd_id)
Create a bridge domain.
CLIB vectors are ubiquitous dynamically resized arrays with by user defined "headers".