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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user