From: Ted Lemon Date: Thu, 6 Jul 2000 10:08:14 +0000 (+0000) Subject: Disable failover by default. X-Git-Tag: V3-BETA-2-PATCH-1~86 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=561f93bac66c7e237ae3634084ed35c6fc0b9254;p=thirdparty%2Fdhcp.git Disable failover by default. --- diff --git a/includes/site.h b/includes/site.h index d3c084b63..96a45d405 100644 --- a/includes/site.h +++ b/includes/site.h @@ -75,17 +75,17 @@ /* Define this if you want debugging output for DHCP failover protocol messages. */ -#define DEBUG_FAILOVER_MESSAGES +/* #define DEBUG_FAILOVER_MESSAGES */ /* Define this if you want debugging output for DHCP failover protocol lease assignment timing. */ -#define DEBUG_FAILOVER_TIMING +/* #define DEBUG_FAILOVER_TIMING */ /* Define this if you want DHCP failover protocol support in the DHCP server. */ -#define FAILOVER_PROTOCOL +/* #define FAILOVER_PROTOCOL */ /* Define this if you want DNS update functionality to be available. */