summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2012-10-11 14:30:24 -0700
committerShawn Routhier <sar@isc.org>2012-10-11 14:30:24 -0700
commitdbd65517691c76acab15ab0059ec56d70ff72597 (patch)
treee8f9571cfddbee2aaf52fa022f857bb6e2f8042b /README
parent30e4232753ce1eaaa526f8797ab07307752f42b1 (diff)
downloadisc-dhcp-dbd65517691c76acab15ab0059ec56d70ff72597.tar.gz
[master]
[ISC-Bugs #26108] Add a compile time option, enable-secs-byteorder, to deal with clients that do the byte ordering on the secs field incorrectly. This field should be in network byte order but some clients get it wrong. When this option is enabled the server will examine the secs field and if it looks wrong (high byte non zero and low byte zero) swap the bytes. The default is disabled. This option is only useful when doing load balancing within failover.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 96944bed..7e49c489 100644
--- a/README
+++ b/README
@@ -148,6 +148,11 @@ system; otherwise, it will complain. If it can't figure out what
system you are using, that system is not supported - you are on
your own.
+Several options may be enabled or disabled via the configure command.
+You can get a list of these by typing:
+
+ ./configure --help
+
DYNAMIC DNS UPDATES
A fully-featured implementation of dynamic DNS updates is included in