]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add definitions for failover protocol and debugging.
authorTed Lemon <source@isc.org>
Sun, 14 Nov 1999 00:49:12 +0000 (00:49 +0000)
committerTed Lemon <source@isc.org>
Sun, 14 Nov 1999 00:49:12 +0000 (00:49 +0000)
includes/site.h

index 018f68380b62a0c562632ce667a278f2b0e407bd..7ef206d283f0ef3eeea29e22aa56114a6b710175 100644 (file)
 
 /* #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. */