Insert RPL ext header in tcpip_ipv6_output for consistency
This commit is contained in:
parent
5eb022fdd8
commit
e584a54608
3 changed files with 4 additions and 16 deletions
|
@ -548,6 +548,10 @@ tcpip_ipv6_output(void)
|
|||
return;
|
||||
}
|
||||
|
||||
#if UIP_CONF_IPV6_RPL
|
||||
rpl_insert_header();
|
||||
#endif /* UIP_CONF_IPV6_RPL */
|
||||
|
||||
if(!uip_is_addr_mcast(&UIP_IP_BUF->destipaddr)) {
|
||||
/* Next hop determination */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue