mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 07:47:00 +00:00
This tests ensures the problem fixed by Wolfgang Steudel cannot reoccur.
See the reference commit for details.
Reference: 5519763ba9
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
31 lines
488 B
Text
31 lines
488 B
Text
shared-network example1 {
|
|
subnet 10.0.0.0 netmask 255.255.255.0 {
|
|
pool {
|
|
range 10.0.0.1 10.0.0.20;
|
|
}
|
|
}
|
|
subnet 10.1.0.0 netmask 255.255.255.0 {
|
|
pool {
|
|
range 10.1.0.1 10.1.0.20;
|
|
}
|
|
}
|
|
}
|
|
|
|
shared-network example2 {
|
|
subnet 10.2.0.0 netmask 255.255.255.0 {
|
|
pool {
|
|
range 10.2.0.1 10.2.0.20;
|
|
}
|
|
}
|
|
subnet 10.3.0.0 netmask 255.255.255.0 {
|
|
pool {
|
|
range 10.3.0.1 10.3.0.20;
|
|
}
|
|
}
|
|
}
|
|
|
|
subnet 10.4.0.0 netmask 255.255.255.0 {
|
|
pool {
|
|
range 10.4.0.1 10.4.0.20;
|
|
}
|
|
}
|