Register generic handlers for ICMPv6 Echo Request / Reply

This commit is contained in:
George Oikonomou 2014-03-08 21:31:53 +00:00
parent 1d84962e80
commit af43d2125b
3 changed files with 26 additions and 22 deletions

View file

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