Insert RPL ext header in tcpip_ipv6_output for consistency

This commit is contained in:
Simon Duquennoy 2016-02-03 16:30:59 +01:00
parent 5eb022fdd8
commit e584a54608
3 changed files with 4 additions and 16 deletions

View file

@ -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 */