aboutgitcodebugslistschat
path: root/dhcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'dhcp.c')
-rw-r--r--dhcp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dhcp.c b/dhcp.c
index 4be3615..44a7cfe 100644
--- a/dhcp.c
+++ b/dhcp.c
@@ -1,6 +1,6 @@
-/* MERD - MacVTap Egress and Routing Daemon
+/* PASST - Plug A Simple Socket Transport
*
- * dhcp.c - Minimalistic DHCP server for MERD
+ * dhcp.c - Minimalistic DHCP server for PASST
*
* Author: Stefano Brivio <sbrivio@redhat.com>
* License: GPLv2
@@ -18,7 +18,7 @@
#include <net/if.h>
#include <arpa/inet.h>
-#include "merd.h"
+#include "passt.h"
#include "dhcp.h"
#include "util.h"