From d02e059ddcc00fba763c995818a5884ed8e97984 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Tue, 21 Jul 2020 10:48:24 +0200 Subject: passt: Add IPv6 and NDP support, further fixes for IPv4 CT Signed-off-by: Stefano Brivio --- ndp.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 ndp.h (limited to 'ndp.h') diff --git a/ndp.h b/ndp.h new file mode 100644 index 0000000..2c59713 --- /dev/null +++ b/ndp.h @@ -0,0 +1 @@ +int ndp(struct ctx *c, unsigned len, struct ethhdr *eh); -- cgit v1.2.3