aboutgitcodebugslistschat
path: root/dhcpv6.c
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpv6.c')
-rw-r--r--dhcpv6.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/dhcpv6.c b/dhcpv6.c
index 4ce7a87..be6d9b1 100644
--- a/dhcpv6.c
+++ b/dhcpv6.c
@@ -1,12 +1,15 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
/* PASST - Plug A Simple Socket Transport
+ * for qemu/UNIX domain socket mode
+ *
+ * PASTA - Pack A Subtle Tap Abstraction
+ * for network namespace/tap device mode
*
* dhcpv6.c - Minimalistic DHCPv6 server for PASST
*
* Copyright (c) 2021 Red Hat GmbH
* Author: Stefano Brivio <sbrivio@redhat.com>
- *
*/
#include <stdio.h>
@@ -23,9 +26,9 @@
#include <net/if.h>
#include <net/if_arp.h>
+#include "util.h"
#include "passt.h"
#include "tap.h"
-#include "util.h"
/**
* struct opt_hdr - DHCPv6 option header