Run RPL regression tests in non-storing mode

This commit is contained in:
Simon Duquennoy 2016-02-03 19:12:48 +01:00
parent 2fe2a28439
commit f26ea34c61
24 changed files with 12631 additions and 4 deletions

View file

@ -301,6 +301,7 @@ uip_icmp6_send(const uip_ipaddr_t *dest, int type, int code, int payload_len)
UIP_STAT(++uip_stat.icmp.sent);
UIP_STAT(++uip_stat.ip.sent);
rpl_insert_header();
tcpip_ipv6_output();
}
/*---------------------------------------------------------------------------*/