unit: Multiple collisions with different pools
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Wed, 12 Jun 2013 08:02:59 +0000 (11:02 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 12 Jun 2013 12:53:48 +0000 (15:53 +0300)
commit05a3f477aa1c4240fa404c5714c65e3fd5e06bb6
tree9c4db64306cbd356ddb78cb768adbca7fca4e6e9
parente51fdfd3d78b6513d5968d217ae0a1e73a7a490e
unit: Multiple collisions with different pools

Existing tests did not test this scenario:
* new address is registered to 192.168.0.2
* new address is registered to 192.168.1.2
* ippool is created to 192.168.2.1 (no collision)
* ippool is created to 192.168.3.1 (no collision)
* new address is registered to 192.168.3.1 (collision detected)
unit/test-ippool.c