mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-08 12:30:40 +00:00
Merge pull request #911 from cetic/pr-reset-dao-flag
Reset nopath_received flag when new DAO is received
This commit is contained in:
commit
7841eface3
@ -778,6 +778,7 @@ dao_input(void)
|
|||||||
|
|
||||||
rep->state.lifetime = RPL_LIFETIME(instance, lifetime);
|
rep->state.lifetime = RPL_LIFETIME(instance, lifetime);
|
||||||
rep->state.learned_from = learned_from;
|
rep->state.learned_from = learned_from;
|
||||||
|
rep->state.nopath_received = 0;
|
||||||
|
|
||||||
#if RPL_CONF_MULTICAST
|
#if RPL_CONF_MULTICAST
|
||||||
fwd_dao:
|
fwd_dao:
|
||||||
|
Loading…
Reference in New Issue
Block a user