From b9eacded77d283de1bed493796cb09838519267a Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Fri, 20 Apr 2001 14:54:17 +0000 Subject: [PATCH] Adjust for alpha/solaris testing --- tests/failover/dhcp-1.cf | 11 +++++++---- tests/failover/dhcp-2.cf | 11 +++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/tests/failover/dhcp-1.cf b/tests/failover/dhcp-1.cf index 9b583d64b..3fb46a504 100644 --- a/tests/failover/dhcp-1.cf +++ b/tests/failover/dhcp-1.cf @@ -10,10 +10,10 @@ max-lease-time 600; failover peer "foo" { primary; - address 10.0.0.1; - port 519; - peer address 10.0.0.1; - peer port 520; + address 204.152.187.24; + port 51000; + peer address 204.152.187.2; + peer port 51000; max-response-delay 7; max-unacked-updates 10; mclt 100; @@ -81,6 +81,9 @@ subnet 204.152.186.128 netmask 255.255.255.192 { not authoritative; } +subnet 204.152.187.0 netmask 255.255.255.0 { +} + 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 edb8186cc..11ebd6302 100644 --- a/tests/failover/dhcp-2.cf +++ b/tests/failover/dhcp-2.cf @@ -11,10 +11,10 @@ max-lease-time 600; failover peer "foo" { secondary; - address 10.0.0.1; - port 520; - peer address 10.0.0.1; - peer port 519; + address 204.152.187.2; + port 51000; + peer address 204.152.187.24; + peer port 51000; max-response-delay 7; max-unacked-updates 10; mclt 100; @@ -80,6 +80,9 @@ subnet 204.152.186.128 netmask 255.255.255.192 { not authoritative; } +subnet 204.152.187.0 netmask 255.255.255.0 { +} + subnet 10.0.0.0 netmask 255.255.255.0 { pool { deny dynamic bootp clients; -- 2.47.3