diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2009-08-01 03:00:15 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2009-08-01 03:00:15 +0000 |
commit | ba4300df2c7a68b9a7146f5d3d69941a2157d341 (patch) | |
tree | 852377d7ac81bdc8f9f4db3e886b545f8b955ed4 /usr.sbin | |
parent | 66dcc2ee48c61c7d51915781b90480d9a90df7c8 (diff) |
subnet-number and netmask could be ip addresses only.
krw@ jmc@ ok
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.conf.5 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.conf.5 b/usr.sbin/dhcpd/dhcpd.conf.5 index 0db1a3f501a..67201a8077c 100644 --- a/usr.sbin/dhcpd/dhcpd.conf.5 +++ b/usr.sbin/dhcpd/dhcpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcpd.conf.5,v 1.8 2009/02/01 10:48:57 sobrado Exp $ +.\" $OpenBSD: dhcpd.conf.5,v 1.9 2009/08/01 03:00:14 fgsch Exp $ .\" .\" Copyright (c) 1995, 1996, 1997, 1998, 1998, 1999 .\" The Internet Software Consortium. All rights reserved. @@ -36,7 +36,7 @@ .\" see ``http://www.isc.org/isc''. To learn more about Vixie .\" Enterprises, see ``http://www.vix.com''. .\" -.Dd $Mdocdate: February 1 2009 $ +.Dd $Mdocdate: August 1 2009 $ .Dt DHCPD.CONF 5 .Os .Sh NAME @@ -386,12 +386,9 @@ declaration. .Pp The .Ar subnet-number -should be an IP address or domain name which resolves to the subnet -number of the subnet being described. -The +and .Ar netmask -should be an IP address or domain name which resolves to the subnet mask -of the subnet being described. +should be specified as numeric IP addresses. The subnet number, together with the netmask, are sufficient to determine whether any given IP address is on the specified subnet. .Pp |