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

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