summaryrefslogtreecommitdiff
path: root/includes/site.h
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2010-05-26 22:25:10 +0000
committerShawn Routhier <sar@isc.org>2010-05-26 22:25:10 +0000
commit590298e746cca73233d46c783e6cdb110bc3d366 (patch)
tree9ac5e68b5c9e0e6d99ceff555992e9e776603a09 /includes/site.h
parent0d8c3d6eedd00a71baec703029a4cfa64331adbc (diff)
downloadisc-dhcp-590298e746cca73233d46c783e6cdb110bc3d366.tar.gz
Add some debugging output for use with the DDNS code. [ISC-Bugs 20916]
Diffstat (limited to 'includes/site.h')
-rw-r--r--includes/site.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/site.h b/includes/site.h
index c77947d5..2238fe7a 100644
--- a/includes/site.h
+++ b/includes/site.h
@@ -103,6 +103,11 @@
/* #define DEBUG_DUMP_ALL_LEASES */
+/* Define this if you want to see the requests and replies between the
+ DHCP code and the DNS library code. */
+
+/* #define DEBUG_DNS_UPDATES */
+
/* Define this if you want DHCP failover protocol support in the DHCP
server. */