diff options
Diffstat (limited to 'contrib/isc-dhcp/includes/site.h')
-rw-r--r-- | contrib/isc-dhcp/includes/site.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/isc-dhcp/includes/site.h b/contrib/isc-dhcp/includes/site.h index d103ef0..bc8ca46 100644 --- a/contrib/isc-dhcp/includes/site.h +++ b/contrib/isc-dhcp/includes/site.h @@ -86,6 +86,11 @@ /* #define DEBUG_FAILOVER_TIMING */ +/* Define this if you want all leases written to the lease file, even if + they are free leases that have never been used. */ + +#define DEBUG_DUMP_ALL_LEASES + /* Define this if you want DHCP failover protocol support in the DHCP server. */ |