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:
Sami Kerola 2016-02-18 23:03:15 +00:00
parent 10b06d88f0
commit c305e2f82c
No known key found for this signature in database
GPG key ID: A9553245FDE9B739
5 changed files with 18 additions and 0 deletions

5
tests/confs/big-small Normal file
View 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;
}
}