aboutgitcodebugslistschat
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 501830d..257d89e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@ CFLAGS += -Wall -Wextra -pedantic
all: passt qrap
-passt: passt.c passt.h arp.c arp.h dhcp.c dhcp.h util.c util.h
- $(CC) $(CFLAGS) passt.c arp.c dhcp.c util.c -o passt
+passt: passt.c passt.h arp.c arp.h dhcp.c dhcp.h ndp.c ndp.h util.c util.h
+ $(CC) $(CFLAGS) passt.c arp.c dhcp.c ndp.c util.c -o passt
qrap: qrap.c passt.h
$(CC) $(CFLAGS) qrap.c -o qrap