mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
gnrc_ipv6_netif: a RA source MUST be link-local
This commit is contained in:
parent
320aa47200
commit
771e7f40cd
@ -111,8 +111,7 @@ static ipv6_addr_t *_add_addr_to_entry(gnrc_ipv6_netif_t *entry, const ipv6_addr
|
|||||||
mutex_unlock(&entry->mutex); /* function below relocks mutex */
|
mutex_unlock(&entry->mutex); /* function below relocks mutex */
|
||||||
#ifdef MODULE_GNRC_SIXLOWPAN_ND_ROUTER
|
#ifdef MODULE_GNRC_SIXLOWPAN_ND_ROUTER
|
||||||
if (entry->flags & GNRC_IPV6_NETIF_FLAGS_SIXLOWPAN) {
|
if (entry->flags & GNRC_IPV6_NETIF_FLAGS_SIXLOWPAN) {
|
||||||
gnrc_ndp_internal_send_rtr_adv(entry->pid, &tmp_addr->addr,
|
gnrc_ndp_internal_send_rtr_adv(entry->pid, NULL, NULL, false);
|
||||||
NULL, false);
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#ifdef MODULE_GNRC_NDP_ROUTER
|
#ifdef MODULE_GNRC_NDP_ROUTER
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user