From: Ted Lemon Date: Wed, 18 Apr 2001 18:46:16 +0000 (+0000) Subject: Make them work on my alpha. X-Git-Tag: V3-RC1-PATCH-1~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22f894cb6785cc9693c96df59f4e05c5e4f49385;p=thirdparty%2Fdhcp.git Make them work on my alpha. --- diff --git a/tests/failover/dhcp-1.cf b/tests/failover/dhcp-1.cf index 9e5f86984..9b583d64b 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 33eb0f696..edb8186cc 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;