mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
gnrc/ipv6/nib: don't do multicast neighbor solicitation on 6LoWPAN
This commit is contained in:
parent
ed52c410a3
commit
75f10a5725
@ -1397,7 +1397,8 @@ static bool _resolve_addr(const ipv6_addr_t *dst, gnrc_netif_t *netif,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (IS_ACTIVE(CONFIG_GNRC_IPV6_NIB_ARSM)) {
|
/* don't do multicast address resolution on 6lo */
|
||||||
|
if (!gnrc_netif_is_6ln(netif)) {
|
||||||
_probe_nbr(entry, reset);
|
_probe_nbr(entry, reset);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user