mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-21 23:31:11 +00:00
Setting uip_ext_len again breaks hop-by-hop option
This commit is contained in:
parent
b6742e5eb5
commit
2dfe2c377f
@ -279,7 +279,6 @@ rpl_update_header_final(uip_ipaddr_t *addr)
|
||||
}
|
||||
UIP_EXT_HDR_OPT_RPL_BUF->instance = default_instance->instance_id;
|
||||
UIP_EXT_HDR_OPT_RPL_BUF->senderrank = UIP_HTONS(default_instance->current_dag->rank);
|
||||
uip_ext_len = last_uip_ext_len;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user