From b439984641edaf4e781dc424d4c8a574461d3540 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Mon, 20 Jul 2020 16:27:43 +0200 Subject: merd: ARP and DHCP handlers, connection tracking fixes With this, merd provides a fully functional IPv4 environment to guests, requiring a single capability, CAP_NET_RAW. Signed-off-by: Stefano Brivio --- dhcp.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 dhcp.h (limited to 'dhcp.h') diff --git a/dhcp.h b/dhcp.h new file mode 100644 index 0000000..a519ee5 --- /dev/null +++ b/dhcp.h @@ -0,0 +1 @@ +int dhcp(struct ctx *c, unsigned len, struct ethhdr *eh); -- cgit v1.2.3