Add ICMPv6 support with acceleration

This commit is contained in:
Samuel Thibault 2023-05-18 00:40:31 +02:00
parent 5dcbd68b75
commit 58d038dc0b
4 changed files with 120 additions and 2 deletions

1
util.c
View file

@ -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);