diff options
-rw-r--r-- | tests/failover/dhcp-1.cf | 4 | ||||
-rw-r--r-- | tests/failover/dhcp-2.cf | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/failover/dhcp-1.cf b/tests/failover/dhcp-1.cf index 9e5f8698..9b583d64 100644 --- a/tests/failover/dhcp-1.cf +++ b/tests/failover/dhcp-1.cf @@ -77,6 +77,10 @@ zone 0.0.10.in-addr.arpa. { key FOO; } +subnet 204.152.186.128 netmask 255.255.255.192 { + not authoritative; +} + subnet 10.0.0.0 netmask 255.255.255.0 { pool { deny dynamic bootp clients; diff --git a/tests/failover/dhcp-2.cf b/tests/failover/dhcp-2.cf index 33eb0f69..edb8186c 100644 --- a/tests/failover/dhcp-2.cf +++ b/tests/failover/dhcp-2.cf @@ -76,6 +76,10 @@ zone 0.0.10.in-addr.arpa. { key FOO; } +subnet 204.152.186.128 netmask 255.255.255.192 { + not authoritative; +} + subnet 10.0.0.0 netmask 255.255.255.0 { pool { deny dynamic bootp clients; |