Register generic ICMPv6 handlers for IPv6 ND

This commit is contained in:
George Oikonomou 2014-03-08 21:35:17 +00:00
parent af43d2125b
commit 1d3da44991
3 changed files with 82 additions and 50 deletions

View file

@ -412,6 +412,7 @@ uip_init(void)
uip_ds6_init();
uip_icmp6_init();
uip_nd6_init();
#if UIP_TCP
for(c = 0; c < UIP_LISTENPORTS; ++c) {