Merge pull request #1387 from simonduq/pr/ndfree-rpl-fix

NDP disabled: also disable uip_ds6_neighbor_periodic
This commit is contained in:
Simon Duquennoy 2016-03-14 16:42:45 +01:00
commit 5e5904d10e
5 changed files with 24 additions and 8 deletions

View file

@ -186,7 +186,9 @@ uip_ds6_periodic(void)
}
#endif /* !UIP_CONF_ROUTER */
#if UIP_ND6_SEND_NA
uip_ds6_neighbor_periodic();
#endif /* UIP_ND6_SEND_RA */
#if UIP_CONF_ROUTER && UIP_ND6_SEND_RA
/* Periodic RA sending */