summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-11-14 00:49:12 +0000
committerTed Lemon <source@isc.org>1999-11-14 00:49:12 +0000
commit03f54ca8d29ac25574b2094f15da731ab095ecb7 (patch)
tree638aa305383bdae70a5fce7e29b35b566f59fcc2 /includes
parent6b3d95444b1960bb4f4b9f257dc217bff7d29059 (diff)
downloadisc-dhcp-03f54ca8d29ac25574b2094f15da731ab095ecb7.tar.gz
Add definitions for failover protocol and debugging.
Diffstat (limited to 'includes')
-rw-r--r--includes/site.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/includes/site.h b/includes/site.h
index 018f6838..7ef206d2 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -48,6 +48,21 @@
/* #define POINTER_DEBUG */
+/* Define this if you want debugging output for DHCP failover protocol
+ messages. */
+
+/* #define DEBUG_FAILOVER_MESSAGES */
+
+/* Define this if you want debugging output for DHCP failover protocol
+ lease assignment timing. */
+
+/* #define DEBUG_FAILOVER_TIMING */
+
+/* Define this if you want DHCP failover protocol support in the DHCP
+ server. */
+
+/* #define FAILOVER_PROTOCOL */
+
/* Define this if you want the dhcpd.pid file to go somewhere other than
the default (which varies from system to system, but is usually either
/etc or /var/run. */