mirror of
https://passt.top/passt
synced 2025-06-15 03:45:34 +02:00
passt: Add IPv6 and NDP support, further fixes for IPv4 CT
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
6709ade2bd
commit
d02e059ddc
10 changed files with 640 additions and 79 deletions
1
dhcp.c
1
dhcp.c
|
@ -14,6 +14,7 @@
|
|||
#include <string.h>
|
||||
#include <linux/if_ether.h>
|
||||
#include <linux/ip.h>
|
||||
#include <linux/ipv6.h>
|
||||
#include <linux/udp.h>
|
||||
#include <net/if.h>
|
||||
#include <arpa/inet.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue