mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 07:47:00 +00:00
5 lines
99 B
Text
5 lines
99 B
Text
subnet 10.0.0.0 netmask 255.255.255.0 {
|
|
pool {
|
|
range dynamic-bootp 10.0.0.001 10.0.0.010;
|
|
}
|
|
}
|