aboutgitcodebugslistschat
path: root/arp.c
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2020-07-21 10:48:24 +0200
committerStefano Brivio <sbrivio@redhat.com>2021-02-16 07:58:05 +0100
commitd02e059ddcc00fba763c995818a5884ed8e97984 (patch)
treeccfe9c33632e6741536ca2d8180f8eec131c56dd /arp.c
parent6709ade2bde563f31e8d28a27c473fe626216e5d (diff)
downloadpasst-d02e059ddcc00fba763c995818a5884ed8e97984.tar
passt-d02e059ddcc00fba763c995818a5884ed8e97984.tar.gz
passt-d02e059ddcc00fba763c995818a5884ed8e97984.tar.bz2
passt-d02e059ddcc00fba763c995818a5884ed8e97984.tar.lz
passt-d02e059ddcc00fba763c995818a5884ed8e97984.tar.xz
passt-d02e059ddcc00fba763c995818a5884ed8e97984.tar.zst
passt-d02e059ddcc00fba763c995818a5884ed8e97984.zip
passt: Add IPv6 and NDP support, further fixes for IPv4 CT
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'arp.c')
-rw-r--r--arp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arp.c b/arp.c
index 4646792..3837a04 100644
--- a/arp.c
+++ b/arp.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 <net/if_arp.h>