121 clib_mem_free (ip6_addr_key);
180 #define BD_REMOVE_ERROR_OK 0 181 #define BD_REMOVE_ERROR_NOT_FOUND 1 248 u32 feature_bitmap = 0;
252 feature_bitmap |= L2INPUT_FEAT_LEARN;
256 feature_bitmap |= L2INPUT_FEAT_FWD;
260 feature_bitmap |= L2INPUT_FEAT_FLOOD;
264 feature_bitmap |= L2INPUT_FEAT_UU_FLOOD;
268 feature_bitmap |= L2INPUT_FEAT_ARP_TERM;
298 enable |= bd_config->
bd_id != ~0 && bd_config->
mac_age != 0;
346 if (!
unformat (input,
"%d", &bd_id))
355 "No operations on the default bridge domain are supported");
390 .path =
"set bridge-domain learn",
391 .short_help =
"set bridge-domain learn <bridge-domain-id> [disable]",
410 if (!
unformat (input,
"%d", &bd_id))
419 "No operations on the default bridge domain are supported");
455 .path =
"set bridge-domain forward",
456 .short_help =
"set bridge-domain forward <bridge-domain-id> [disable]",
476 if (!
unformat (input,
"%d", &bd_id))
485 "No operations on the default bridge domain are supported");
520 .path =
"set bridge-domain flood",
521 .short_help =
"set bridge-domain flood <bridge-domain-id> [disable]",
541 if (!
unformat (input,
"%d", &bd_id))
550 "No operations on the default bridge domain are supported");
585 .path =
"set bridge-domain uu-flood",
586 .short_help =
"set bridge-domain uu-flood <bridge-domain-id> [disable]",
606 if (!
unformat (input,
"%d", &bd_id))
615 "No operations on the default bridge domain are supported");
644 if (!
unformat (input,
"%d", &bd_id))
653 "No operations on the default bridge domain are supported");
697 .path =
"set bridge-domain mac-age",
698 .short_help =
"set bridge-domain mac-age <bridge-domain-id> <mins>",
715 .path =
"set bridge-domain arp term",
716 .short_help =
"set bridge-domain arp term <bridge-domain-id> [disable]",
735 u8 * ip_addr,
u8 * mac_addr,
u8 is_ip6,
u8 is_add)
738 u64 new_mac = *(
u64 *) mac_addr;
740 u16 *mac16 = (
u16 *) & new_mac;
758 else if (*old_mac == new_mac)
771 if (old_mac && (*old_mac == new_mac))
788 if (old_mac && (*old_mac == new_mac))
794 if (old_mac && (*old_mac == new_mac))
821 if (!
unformat (input,
"%d", &bd_id))
830 "No operations on the default bridge domain are supported");
870 is_add ?
"add" :
"del",
891 .path =
"set bridge-domain arp entry",
892 .short_help =
"set bridge-domain arp entry <bridge-domain-id> <ip-addr> <mac-addr> [del]",
900 u32 vtr_op = va_arg (*args,
u32);
901 u32 dot1q = va_arg (*args,
u32);
902 u32 tag1 = va_arg (*args,
u32);
903 u32 tag2 = va_arg (*args,
u32);
907 return format (s,
"none");
909 return format (s,
"push-1 %s %d", dot1q ?
"dot1q" :
"dot1ad", tag1);
911 return format (s,
"push-2 %s %d %d", dot1q ?
"dot1q" :
"dot1ad", tag1,
914 return format (s,
"pop-1");
916 return format (s,
"pop-2");
918 return format (s,
"trans-1-1 %s %d", dot1q ?
"dot1q" :
"dot1ad", tag1);
920 return format (s,
"trans-1-2 %s %d %d", dot1q ?
"dot1q" :
"dot1ad",
923 return format (s,
"trans-2-1 %s %d", dot1q ?
"dot1q" :
"dot1ad", tag1);
925 return format (s,
"trans-2-2 %s %d %d", dot1q ?
"dot1q" :
"dot1ad",
928 return format (s,
"none");
971 "No operations on the default bridge domain are supported");
996 for (bd_index = start; bd_index < end; bd_index++)
1005 "%=8s %=7s %=4s %=9s %=9s %=9s %=9s %=9s %=9s %=9s",
1006 "BD-ID",
"Index",
"BSN",
"Age(min)",
1007 "Learning",
"U-Forwrd",
"UU-Flood",
"Flooding",
1008 "ARP-Term",
"BVI-Intf");
1016 "%=8d %=7d %=4d %=9v %=9s %=9s %=9s %=9s %=9s %=9U",
1041 u32 vtr_opr, dot1q, tag1, tag2;
1045 "Interface",
"If-idx",
"ISN",
"SHG",
1046 "BVI",
"TxFlood",
"VLAN-Tag-Rewrite");
1053 swif_seq_num, member->
shg,
1055 "-", i < bd_config->flood_count ?
"*" :
"-",
1060 if ((detail || arp) &&
1067 "\n IP4/IP6 to MAC table for ARP Termination");
1072 vlib_cli_output (vm,
"%=40U => %=20U",
1073 format_ip4_address, &ip4_addr,
1074 format_ethernet_address, &mac_addr);
1079 vlib_cli_output (vm,
"%=40U => %=20U",
1080 format_ip6_address, ip6_addr,
1081 format_ethernet_address, &mac_addr);
1086 if ((detail || bd_tag) && (bd_config->
bd_tag))
1131 .path =
"show bridge-domain",
1132 .short_help =
"show bridge-domain [bridge-domain-id [detail|int|arp|bd-tag]]",
1148 return VNET_API_ERROR_BD_ALREADY_EXISTS;
1150 return VNET_API_ERROR_BD_ID_EXCEED_MAX;
1153 u32 enable_flags = 0, disable_flags = 0;
1194 return VNET_API_ERROR_NO_SUCH_ENTRY;
1196 return VNET_API_ERROR_BD_NOT_MODIFIABLE;
1198 return VNET_API_ERROR_BD_IN_USE;
1220 u32 flood = 1, forward = 1, learn = 1, uu_flood = 1, arp_term = 0;
1232 if (
unformat (line_input,
"%d", &bd_id))
1234 else if (
unformat (line_input,
"flood %d", &flood))
1236 else if (
unformat (line_input,
"uu-flood %d", &uu_flood))
1238 else if (
unformat (line_input,
"forward %d", &forward))
1240 else if (
unformat (line_input,
"learn %d", &learn))
1242 else if (
unformat (line_input,
"arp-term %d", &arp_term))
1244 else if (
unformat (line_input,
"mac-age %d", &mac_age))
1246 else if (
unformat (line_input,
"bd-tag %s", &bd_tag))
1248 else if (
unformat (line_input,
"del"))
1251 flood = uu_flood = forward = learn = 0;
1274 if ((bd_tag) && (strlen ((
char *) bd_tag) > 63))
1280 memset (a, 0,
sizeof (*a));
1299 case VNET_API_ERROR_BD_IN_USE:
1302 case VNET_API_ERROR_NO_SUCH_ENTRY:
1305 case VNET_API_ERROR_BD_NOT_MODIFIABLE:
1308 case VNET_API_ERROR_BD_ID_EXCEED_MAX:
1354 .path =
"create bridge-domain",
1355 .short_help =
"create bridge-domain <bridge-domain-id>" 1356 " [learn <0|1>] [forward <0|1>] [uu-flood <0|1>] [flood <0|1>] [arp-term <0|1>]" 1357 " [mac-age <nn>] [bd-tag <tag>] [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)
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)
static void bd_set_bd_tag(vlib_main_t *vm, u32 bd_index, u8 *bd_tag)
Set the tag for the bridge domain.
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 unknown-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".