Register generic handlers for ICMPv6 Echo Request / Reply
This commit is contained in:
parent
1d84962e80
commit
af43d2125b
3 changed files with 26 additions and 22 deletions
|
@ -411,6 +411,7 @@ uip_init(void)
|
|||
{
|
||||
|
||||
uip_ds6_init();
|
||||
uip_icmp6_init();
|
||||
|
||||
#if UIP_TCP
|
||||
for(c = 0; c < UIP_LISTENPORTS; ++c) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue