added configuration of DAO route refresh for broadcast DIOs
This commit is contained in:
parent
f4255fad0f
commit
fa1b70b723
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ dio_output(rpl_instance_t *instance, uip_ipaddr_t *uc_addr)
|
||||||
|
|
||||||
buffer[pos++] = instance->dtsn_out;
|
buffer[pos++] = instance->dtsn_out;
|
||||||
|
|
||||||
if(uc_addr == NULL) {
|
if(RPL_DIO_REFRESH_DAO_ROUTES && uc_addr == NULL) {
|
||||||
/* Request new DAO to refresh route. We do not do this for unicast DIO
|
/* Request new DAO to refresh route. We do not do this for unicast DIO
|
||||||
* in order to avoid DAO messages after a DIS-DIO update,
|
* in order to avoid DAO messages after a DIS-DIO update,
|
||||||
* or upon unicast DIO probing. */
|
* or upon unicast DIO probing. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue