mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-20 10:35:34 +00:00
Reset nopath_received flag when new DAO is received
This commit is contained in:
parent
7286c9a635
commit
21253370b8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user