mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
tests: add range definition flip test
This test ensure 10b06d88f0 will not get
regression in future.
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
10b06d88f0
commit
c305e2f82c
5 changed files with 18 additions and 0 deletions
5
tests/confs/big-small
Normal file
5
tests/confs/big-small
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
subnet 10.0.0.0 netmask 255.255.255.0 {
|
||||
pool {
|
||||
range 10.0.0.10 10.0.0.1;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue