From: Ted Lemon Date: Sat, 31 Jul 1999 18:10:45 +0000 (+0000) Subject: permit -> allow in example. X-Git-Tag: V3-BETA-1-PATCH-2~5^2~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b9767eaa816a358d35864029adbc5729bba68b7;p=thirdparty%2Fdhcp.git permit -> allow in example. --- diff --git a/server/dhcpd.conf.5 b/server/dhcpd.conf.5 index a01e42d6d..87b4f8e8c 100644 --- a/server/dhcpd.conf.5 +++ b/server/dhcpd.conf.5 @@ -415,11 +415,11 @@ subclass "allocation-class-1" 1:0:0:c4:aa:29:44; subnet 10.0.0.0 netmask 255.255.255.0 { pool { - permit members of "allocation-class-1"; + allow members of "allocation-class-1"; range 10.0.0.11 10.0.0.50; } pool { - permit members of "allocation-class-2"; + allow members of "allocation-class-2"; range 10.0.0.51 10.0.0.100; } }