File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1408,16 +1408,16 @@ static bool ws_bootstrap_neighbor_info_request(struct protocol_interface_info_en
1408
1408
return false;
1409
1409
}
1410
1410
1411
- if (!multicast ) {
1412
- uint8_t ll_target [16 ];
1413
- ws_bootsrap_create_ll_address (ll_target , mac_64 );
1411
+ uint8_t ll_target [16 ];
1412
+ ws_bootsrap_create_ll_address (ll_target , mac_64 );
1414
1413
1415
- if (blacklist_reject (ll_target )) {
1416
- // Rejected by blacklist
1417
- return false;
1418
- }
1419
- } else {
1414
+ if (blacklist_reject (ll_target )) {
1415
+ // Rejected by blacklist
1416
+ return false;
1417
+ }
1420
1418
1419
+ if (multicast ) {
1420
+ //for multicast neighbour we must limit if we have already enough information
1421
1421
if (interface -> bootsrap_mode == ARM_NWK_BOOTSRAP_MODE_6LoWPAN_BORDER_ROUTER ) {
1422
1422
//Border router never allocate neighbors by multicast
1423
1423
return false;
You can’t perform that action at this time.
0 commit comments