summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2017-06-28 17:37:48 +0200
committerMarcin Siodelski <marcin@isc.org>2017-06-28 17:37:48 +0200
commit63ccfbb04553b64ad20dabb22a3055f6410bb890 (patch)
tree4eb348603164af86d9fc52510b8258bc3b638de6 /includes
parentd13749a95d473b7e16b73fbceee30b74f4cb2885 (diff)
downloadisc-dhcp-63ccfbb04553b64ad20dabb22a3055f6410bb890.tar.gz
[master] Changed severity of the log message indicating checksum errors.
Merges in rt41757.
Diffstat (limited to 'includes')
-rw-r--r--includes/site.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/includes/site.h b/includes/site.h
index ccd4b240..b2fb8efc 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -114,6 +114,13 @@
/* Define this if you want to debug the binary leases (lease_chain) code */
/* #define DEBUG_BINARY_LEASES */
+/* Define this if you want to debug checksum calculations */
+/* #define DEBUG_CHECKSUM */
+
+/* Define this if you want to verbosely debug checksum calculations */
+/* #define DEBUG_CHECKSUM_VERBOSE */
+
+
/* Define this if you want DHCP failover protocol support in the DHCP
server. */