Enable the root to send back a DAO-ACK
This commit is contained in:
parent
ed11320dc3
commit
0be30628ce
2 changed files with 23 additions and 12 deletions
|
@ -1348,6 +1348,7 @@ dao_ack_output(rpl_instance_t *instance, uip_ipaddr_t *dest, uint8_t sequence,
|
|||
PRINT6ADDR(dest);
|
||||
PRINTF(" with status %d\n", status);
|
||||
|
||||
uip_ext_len = 0;
|
||||
buffer = UIP_ICMP_PAYLOAD;
|
||||
|
||||
buffer[0] = instance->instance_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue