24 lines
582 B
Diff
24 lines
582 B
Diff
|
From 39c796224826836f0b0d1ab42f93a973545a94b0 Mon Sep 17 00:00:00 2001
|
||
|
From: Marius Tomaschewski <mt@suse.de>
|
||
|
Date: Mon, 10 Feb 2014 15:12:49 +0100
|
||
|
Subject: [PATCH] server: log DHCPv6 addresses assigned to clients
|
||
|
|
||
|
---
|
||
|
includes/site.h | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/includes/site.h b/includes/site.h
|
||
|
index 3de180c..1b6d0c0 100644
|
||
|
--- a/includes/site.h
|
||
|
+++ b/includes/site.h
|
||
|
@@ -281,5 +281,5 @@
|
||
|
This default to off to avoid changes to what is currently
|
||
|
logged. */
|
||
|
|
||
|
-/* #define LOG_V6_ADDRESSES */
|
||
|
+#define LOG_V6_ADDRESSES
|
||
|
|
||
|
--
|
||
|
1.8.4
|
||
|
|