2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

permit -> allow in example.

This commit is contained in:
Ted Lemon
1999-07-31 18:10:45 +00:00
parent dce08243fb
commit 7b9767eaa8

View 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;
}
}