aboutgitcodebugslistschat
path: root/arp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arp.c')
-rw-r--r--arp.c4
1 files changed, 2 insertions, 2 deletions
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 <net/if_arp.h>
#include <arpa/inet.h>
-#include "merd.h"
+#include "passt.h"
#include "dhcp.h"
#include "util.h"