ndp: another leftover from renaming...
This commit is contained in:
parent
aaff370bc9
commit
fdf5c70ebd
@ -591,13 +591,13 @@ void gnrc_ndp_rtr_adv_handle(kernel_pid_t iface, gnrc_pktsnip_t *pkt, ipv6_hdr_t
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#if ENABLE_DEBUG && defined(MODULE_NG_SIXLOWPAN_ND)
|
#if ENABLE_DEBUG && defined(MODULE_GNRC_SIXLOWPAN_ND)
|
||||||
if ((if_entry->flags & GNRC_IPV6_NETIF_FLAGS_SIXLOWPAN) && (l2src_len <= 0)) {
|
if ((if_entry->flags & GNRC_IPV6_NETIF_FLAGS_SIXLOWPAN) && (l2src_len <= 0)) {
|
||||||
DEBUG("ndp: Router advertisement did not contain any source address information\n");
|
DEBUG("ndp: Router advertisement did not contain any source address information\n");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
_stale_nc(iface, &ipv6->src, l2src, l2src_len);
|
_stale_nc(iface, &ipv6->src, l2src, l2src_len);
|
||||||
#ifdef MODULE_NG_SIXLOWPAN_ND
|
#ifdef MODULE_GNRC_SIXLOWPAN_ND
|
||||||
if (if_entry->flags & GNRC_IPV6_NETIF_FLAGS_SIXLOWPAN) {
|
if (if_entry->flags & GNRC_IPV6_NETIF_FLAGS_SIXLOWPAN) {
|
||||||
/* stop multicast router solicitation retransmission timer */
|
/* stop multicast router solicitation retransmission timer */
|
||||||
vtimer_remove(&if_entry->rtr_sol_timer);
|
vtimer_remove(&if_entry->rtr_sol_timer);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user