]> git.ipfire.org Git - thirdparty/dhcp.git/commit
[master]
authorShawn Routhier <sar@isc.org>
Thu, 11 Oct 2012 21:30:24 +0000 (14:30 -0700)
committerShawn Routhier <sar@isc.org>
Thu, 11 Oct 2012 21:30:24 +0000 (14:30 -0700)
commitdbd65517691c76acab15ab0059ec56d70ff72597
treee8f9571cfddbee2aaf52fa022f857bb6e2f8042b
parent30e4232753ce1eaaa526f8797ab07307752f42b1
[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.
README
RELNOTES
configure.ac
server/failover.c
server/tests/Makefile.am
server/tests/load_bal_unittest.c [new file with mode: 0644]