From 6709ade2bde563f31e8d28a27c473fe626216e5d Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Mon, 20 Jul 2020 16:41:49 +0200 Subject: merd: Rename to PASST Plug A Simple Socket Transport. Signed-off-by: Stefano Brivio --- arp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arp.c') diff --git a/arp.c b/arp.c index 1a38912..4646792 100644 --- a/arp.c +++ b/arp.c @@ -1,4 +1,4 @@ -/* MERD - MacVTap Egress and Routing Daemon +/* PASST - Plug A Simple Socket Transport * * arp.c - ARP implementation * @@ -19,7 +19,7 @@ #include #include -#include "merd.h" +#include "passt.h" #include "dhcp.h" #include "util.h" -- cgit v1.2.3