120 clib_mem_free (ip6_addr_key);
171 #define BD_REMOVE_ERROR_OK 0 172 #define BD_REMOVE_ERROR_NOT_FOUND 1 237 u32 feature_bitmap = 0;
241 feature_bitmap |= L2INPUT_FEAT_LEARN;
245 feature_bitmap |= L2INPUT_FEAT_FWD;
249 feature_bitmap |= L2INPUT_FEAT_FLOOD;
253 feature_bitmap |= L2INPUT_FEAT_UU_FLOOD;
257 feature_bitmap |= L2INPUT_FEAT_ARP_TERM;
287 enable |= bd_config->
bd_id != ~0 && bd_config->
mac_age != 0;
335 if (!
unformat (input,
"%d", &bd_id))
344 "No operations on the default bridge domain are supported");
379 .path =
"set bridge-domain learn",
380 .short_help =
"set bridge-domain learn <bridge-domain-id> [disable]",
399 if (!
unformat (input,
"%d", &bd_id))
408 "No operations on the default bridge domain are supported");
444 .path =
"set bridge-domain forward",
445 .short_help =
"set bridge-domain forward <bridge-domain-id> [disable]",
465 if (!
unformat (input,
"%d", &bd_id))
474 "No operations on the default bridge domain are supported");
509 .path =
"set bridge-domain flood",
510 .short_help =
"set bridge-domain flood <bridge-domain-id> [disable]",
530 if (!
unformat (input,
"%d", &bd_id))
539 "No operations on the default bridge domain are supported");
574 .path =
"set bridge-domain uu-flood",
575 .short_help =
"set bridge-domain uu-flood <bridge-domain-id> [disable]",
595 if (!
unformat (input,
"%d", &bd_id))
604 "No operations on the default bridge domain are supported");
633 if (!
unformat (input,
"%d", &bd_id))
642 "No operations on the default bridge domain are supported");
686 .path =
"set bridge-domain mac-age",
687 .short_help =
"set bridge-domain mac-age <bridge-domain-id> <mins>",
704 .path =
"set bridge-domain arp term",
705 .short_help =
"set bridge-domain arp term <bridge-domain-id> [disable]",
724 u8 * ip_addr,
u8 * mac_addr,
u8 is_ip6,
u8 is_add)
727 u64 new_mac = *(
u64 *) mac_addr;
729 u16 *mac16 = (
u16 *) & new_mac;
747 else if (*old_mac == new_mac)
760 if (old_mac && (*old_mac == new_mac))
777 if (old_mac && (*old_mac == new_mac))
783 if (old_mac && (*old_mac == new_mac))
810 if (!
unformat (input,
"%d", &bd_id))
819 "No operations on the default bridge domain are supported");
859 is_add ?
"add" :
"del",
880 .path =
"set bridge-domain arp entry",
881 .short_help =
"set bridge-domain arp entry <bridge-domain-id> <ip-addr> <mac-addr> [del]",
889 u32 vtr_op = va_arg (*args,
u32);
890 u32 dot1q = va_arg (*args,
u32);
891 u32 tag1 = va_arg (*args,
u32);
892 u32 tag2 = va_arg (*args,
u32);
896 return format (s,
"none");
898 return format (s,
"push-1 %s %d", dot1q ?
"dot1q" :
"dot1ad", tag1);
900 return format (s,
"push-2 %s %d %d", dot1q ?
"dot1q" :
"dot1ad", tag1,
903 return format (s,
"pop-1");
905 return format (s,
"pop-2");
907 return format (s,
"trans-1-1 %s %d", dot1q ?
"dot1q" :
"dot1ad", tag1);
909 return format (s,
"trans-1-2 %s %d %d", dot1q ?
"dot1q" :
"dot1ad",
912 return format (s,
"trans-2-1 %s %d", dot1q ?
"dot1q" :
"dot1ad", tag1);
914 return format (s,
"trans-2-2 %s %d %d", dot1q ?
"dot1q" :
"dot1ad",
917 return format (s,
"none");
960 "No operations on the default bridge domain are supported");
985 for (bd_index = start; bd_index < end; bd_index++)
994 "%=8s %=7s %=4s %=9s %=9s %=9s %=9s %=9s %=9s %=9s",
995 "BD-ID",
"Index",
"BSN",
"Age(min)",
996 "Learning",
"U-Forwrd",
"UU-Flood",
"Flooding",
997 "ARP-Term",
"BVI-Intf");
1005 "%=8d %=7d %=4d %=9v %=9s %=9s %=9s %=9s %=9s %=9U",
1030 u32 vtr_opr, dot1q, tag1, tag2;
1034 "Interface",
"If-idx",
"ISN",
"SHG",
1035 "BVI",
"TxFlood",
"VLAN-Tag-Rewrite");
1042 swif_seq_num, member->
shg,
1044 "-", i < bd_config->flood_count ?
"*" :
"-",
1049 if ((detail || arp) &&
1056 "\n IP4/IP6 to MAC table for ARP Termination");
1061 vlib_cli_output (vm,
"%=40U => %=20U",
1062 format_ip4_address, &ip4_addr,
1063 format_ethernet_address, &mac_addr);
1068 vlib_cli_output (vm,
"%=40U => %=20U",
1069 format_ip6_address, ip6_addr,
1070 format_ethernet_address, &mac_addr);
1075 if ((detail || bd_tag) && (bd_config->
bd_tag))
1120 .path =
"show bridge-domain",
1121 .short_help =
"show bridge-domain [bridge-domain-id [detail|int|arp|bd-tag]]",
1137 return VNET_API_ERROR_BD_ALREADY_EXISTS;
1139 return VNET_API_ERROR_BD_ID_EXCEED_MAX;
1142 u32 enable_flags = 0, disable_flags = 0;
1183 return VNET_API_ERROR_NO_SUCH_ENTRY;
1185 return VNET_API_ERROR_BD_NOT_MODIFIABLE;
1187 return VNET_API_ERROR_BD_IN_USE;
1209 u32 flood = 1, forward = 1, learn = 1, uu_flood = 1, arp_term = 0;
1221 if (
unformat (line_input,
"%d", &bd_id))
1223 else if (
unformat (line_input,
"flood %d", &flood))
1225 else if (
unformat (line_input,
"uu-flood %d", &uu_flood))
1227 else if (
unformat (line_input,
"forward %d", &forward))
1229 else if (
unformat (line_input,
"learn %d", &learn))
1231 else if (
unformat (line_input,
"arp-term %d", &arp_term))
1233 else if (
unformat (line_input,
"mac-age %d", &mac_age))
1235 else if (
unformat (line_input,
"bd-tag %s", &bd_tag))
1237 else if (
unformat (line_input,
"del"))
1240 flood = uu_flood = forward = learn = 0;
1263 if ((bd_tag) && (strlen ((
char *) bd_tag) > 63))
1269 memset (a, 0,
sizeof (*a));
1288 case VNET_API_ERROR_BD_IN_USE:
1291 case VNET_API_ERROR_NO_SUCH_ENTRY:
1294 case VNET_API_ERROR_BD_NOT_MODIFIABLE:
1297 case VNET_API_ERROR_BD_ID_EXCEED_MAX:
1343 .path =
"create bridge-domain",
1344 .short_help =
"create bridge-domain <bridge-domain-id>" 1345 " [learn <0|1>] [forward <0|1>] [uu-flood <0|1>] [flood <0|1>] [arp-term <0|1>]" 1346 " [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)
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)
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 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".