diff options
author | 2009-08-01 03:00:14 +0000 | |
---|---|---|
committer | 2009-08-01 03:00:14 +0000 | |
commit | a843d620c0ca4ff73383b97f921f9c91a180cd1e (patch) | |
tree | ce0d2621b74ab4ac25eff33ce047febb671d77b2 | |
parent | remove unused variable definition; unbreaks kernel build. (diff) | |
download | wireguard-openbsd-a843d620c0ca4ff73383b97f921f9c91a180cd1e.tar.xz wireguard-openbsd-a843d620c0ca4ff73383b97f921f9c91a180cd1e.zip |
subnet-number and netmask could be ip addresses only.
krw@ jmc@ ok
-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 |