summaryrefslogtreecommitdiff
path: root/tests/failover
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-04-18 18:46:16 +0000
committerTed Lemon <source@isc.org>2001-04-18 18:46:16 +0000
commit22f894cb6785cc9693c96df59f4e05c5e4f49385 (patch)
tree86541c4a2c8d1d66da1d40b4d5c8c0a7394328a6 /tests/failover
parent2bc8c870ad04ec29870f42b3b65aee005c51e636 (diff)
downloadisc-dhcp-22f894cb6785cc9693c96df59f4e05c5e4f49385.tar.gz
Make them work on my alpha.
Diffstat (limited to 'tests/failover')
-rw-r--r--tests/failover/dhcp-1.cf4
-rw-r--r--tests/failover/dhcp-2.cf4
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;