mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
This test ensure 10b06d88f0 will not get
regression in future.
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
5 lines
82 B
Text
5 lines
82 B
Text
subnet 10.0.0.0 netmask 255.255.255.0 {
|
|
pool {
|
|
range 10.0.0.10 10.0.0.1;
|
|
}
|
|
}
|