summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-07-20 19:18:44 +0000
committerDavid Hankins <dhankins@isc.org>2007-07-20 19:18:44 +0000
commite3f1360aa9656150f992cd75ca95b0a9fffb51e0 (patch)
treee78878f42d14ded7253231b8db9cc460cad25c91
parentc76995adfd2b6dc27e631d37fd4c4925e28082c3 (diff)
downloadisc-dhcp-e3f1360aa9656150f992cd75ca95b0a9fffb51e0.tar.gz
Update manpage documentation for failover with dynamic bootp.
-rw-r--r--server/dhcpd.conf.56
1 files changed, 1 insertions, 5 deletions
diff --git a/server/dhcpd.conf.5 b/server/dhcpd.conf.5
index f7b0760f..7cfdc145 100644
--- a/server/dhcpd.conf.5
+++ b/server/dhcpd.conf.5
@@ -28,7 +28,7 @@
.\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see
.\" ``http://www.nominum.com''.
.\"
-.\" $Id: dhcpd.conf.5,v 1.80.4.5 2007/05/23 23:30:33 each Exp $
+.\" $Id: dhcpd.conf.5,v 1.80.4.6 2007/07/20 19:18:44 dhankins Exp $
.\"
.TH dhcpd.conf 5
.SH NAME
@@ -509,14 +509,10 @@ failover. A pool declaration that utilizes failover would look like this:
.nf
pool {
failover peer "foo";
- deny dynamic bootp clients;
\fIpool specific parameters\fR
};
.fi
.PP
-Dynamic BOOTP leases are not compatible with failover, and, as such,
-you need to disallow BOOTP in pools that you are using failover for.
-.PP
The server currently does very little sanity checking, so if you
configure it wrong, it will just fail in odd ways. I would recommend
therefore that you either do failover or don't do failover, but don't