From 21253370b84aac84ad3f8b42f54f7ecc3841347c Mon Sep 17 00:00:00 2001 From: Laurent Deru Date: Thu, 21 Aug 2014 15:20:27 +0200 Subject: [PATCH] Reset nopath_received flag when new DAO is received --- core/net/rpl/rpl-icmp6.c | 1 + 1 file changed, 1 insertion(+) diff --git a/core/net/rpl/rpl-icmp6.c b/core/net/rpl/rpl-icmp6.c index 80896ddc3..8fdefdedc 100644 --- a/core/net/rpl/rpl-icmp6.c +++ b/core/net/rpl/rpl-icmp6.c @@ -778,6 +778,7 @@ dao_input(void) rep->state.lifetime = RPL_LIFETIME(instance, lifetime); rep->state.learned_from = learned_from; + rep->state.nopath_received = 0; #if RPL_CONF_MULTICAST fwd_dao: