Add ICMPv6 support with acceleration
This commit is contained in:
parent
5dcbd68b75
commit
58d038dc0b
4 changed files with 120 additions and 2 deletions
1
util.c
1
util.c
|
|
@ -140,6 +140,7 @@ pid_t fork_and_close()
|
|||
}
|
||||
|
||||
if (dhcpv6fd != -1) close(dhcpv6fd);
|
||||
if (icmpv6fd != -1) close(icmpv6fd);
|
||||
if (snoopfd != -1) close(snoopfd);
|
||||
if (rand_fd != -1) close(rand_fd);
|
||||
if (epollfd != -1) close(epollfd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue