mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-23 02:17:31 +00:00
Corrected list of failover state values in dhcpd man page. [rt17999]
This commit is contained in:
parent
c4d11d4390
commit
edcb5c469f
4
RELNOTES
4
RELNOTES
@ -48,6 +48,10 @@ work on other platforms. Please report any problems and suggested fixes to
|
|||||||
<dhcp-users@isc.org>.
|
<dhcp-users@isc.org>.
|
||||||
|
|
||||||
|
|
||||||
|
Changes since 4.1.0a2
|
||||||
|
|
||||||
|
- Corrected list of failover state values in dhcpd man page.
|
||||||
|
|
||||||
Changes since 4.1.0a1
|
Changes since 4.1.0a1
|
||||||
|
|
||||||
- Fixed a coredump when adding a class via OMAPI.
|
- Fixed a coredump when adding a class via OMAPI.
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
.\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see
|
.\" see ``http://www.vix.com''. To learn more about Nominum, Inc., see
|
||||||
.\" ``http://www.nominum.com''.
|
.\" ``http://www.nominum.com''.
|
||||||
.\"
|
.\"
|
||||||
.\" $Id: dhcpd.8,v 1.28 2007/07/03 10:34:18 shane Exp $
|
.\" $Id: dhcpd.8,v 1.29 2008/07/17 06:17:57 each Exp $
|
||||||
.\"
|
.\"
|
||||||
.TH dhcpd 8
|
.TH dhcpd 8
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -681,21 +681,26 @@ relationship. Possible values for state are:
|
|||||||
.RS 1i
|
.RS 1i
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
1 - partner down
|
1 - startup
|
||||||
2 - normal
|
2 - normal
|
||||||
3 - communications interrupted
|
3 - communications interrupted
|
||||||
4 - resolution interrupted
|
4 - partner down
|
||||||
5 - potential conflict
|
5 - potential conflict
|
||||||
6 - recover
|
6 - recover
|
||||||
7 - recover done
|
7 - paused
|
||||||
8 - shutdown
|
8 - shutdown
|
||||||
9 - paused
|
9 - recover done
|
||||||
10 - startup
|
10 - resolution interrupted
|
||||||
11 - recover wait
|
11 - conflict done
|
||||||
|
254 - recover wait
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
.RS 0.5i
|
.RS 0.5i
|
||||||
|
(Note that some of the above values have changed since DHCP 3.0.x.)
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
.RS 0.5i
|
||||||
In general it is not a good idea to make changes to this state.
|
In general it is not a good idea to make changes to this state.
|
||||||
However, in the case that the failover partner is known to be down, it
|
However, in the case that the failover partner is known to be down, it
|
||||||
can be useful to set the DHCP server's failover state to partner
|
can be useful to set the DHCP server's failover state to partner
|
||||||
|
Loading…
x
Reference in New Issue
Block a user