From 22f894cb6785cc9693c96df59f4e05c5e4f49385 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Wed, 18 Apr 2001 18:46:16 +0000 Subject: Make them work on my alpha. --- tests/failover/dhcp-1.cf | 4 ++++ tests/failover/dhcp-2.cf | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'tests') 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; -- cgit v1.2.1