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
|
@ -1582,10 +1582,6 @@ uip_process(uint8_t flag)
|
|||
}
|
||||
#endif /* UIP_UDP_CHECKSUMS */
|
||||
|
||||
#if UIP_CONF_IPV6_RPL
|
||||
rpl_insert_header();
|
||||
#endif /* UIP_CONF_IPV6_RPL */
|
||||
|
||||
UIP_STAT(++uip_stat.udp.sent);
|
||||
goto ip_send_nolen;
|
||||
#endif /* UIP_UDP */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue