]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
permit -> allow in example.
authorTed Lemon <source@isc.org>
Sat, 31 Jul 1999 18:10:45 +0000 (18:10 +0000)
committerTed Lemon <source@isc.org>
Sat, 31 Jul 1999 18:10:45 +0000 (18:10 +0000)
server/dhcpd.conf.5

index a01e42d6d66428fc8440d69830f230ee1a29700c..87b4f8e8c14248def93b21f39a8471d31d540a03 100644 (file)
@@ -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;
   }
 }