]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
- local-address was undocoumented
authorDavid Hankins <dhankins@isc.org>
Wed, 15 Dec 2004 19:11:42 +0000 (19:11 +0000)
committerDavid Hankins <dhankins@isc.org>
Wed, 15 Dec 2004 19:11:42 +0000 (19:11 +0000)
server/dhcpd.conf.5

index 47209f652a3043c923c5ee25ac43f1651e427493..6926937b7d9487175c26465e6f72f8bcbefda3c6 100644 (file)
@@ -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.63.2.22 2004/09/29 23:01:50 dhankins Exp $
+.\" $Id: dhcpd.conf.5,v 1.63.2.23 2004/12/15 19:11:42 dhankins Exp $
 .\"
 .TH dhcpd.conf 5
 .SH NAME
@@ -1963,6 +1963,25 @@ the UDP port specified in \fIport\fR, rather than on port 67.
 .RE
 .PP
 The
+.I local-address
+statement
+.RS 0.25i
+.PP
+.B local-address \fIaddress\fB;\fR
+.PP
+This statemet causes the DHCP server to listen for DHCP requests sent
+to the specified \fIaddress\fR, rather than requests sent to all addresses.
+.PP
+Note:  This statement is only effective if the server was compiled using
+the USE_SOCKETS #define statement, which is default on a small number of
+operating systems, and must be explicitly chosen at compile-time.  You
+can be sure if your server is compiled with USE_SOCKETS if you see lines
+of this format at startup:
+.PP
+ Listening on Socket/eth0
+.RE
+.PP
+The
 .I log-facility
 statement
 .RS 0.25i