diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2020-07-21 10:48:24 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2021-02-16 07:58:05 +0100 |
commit | d02e059ddcc00fba763c995818a5884ed8e97984 (patch) | |
tree | ccfe9c33632e6741536ca2d8180f8eec131c56dd /dhcp.c | |
parent | 6709ade2bde563f31e8d28a27c473fe626216e5d (diff) | |
download | passt-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 'dhcp.c')
-rw-r--r-- | dhcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |