summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-04-20 14:54:17 +0000
committerTed Lemon <source@isc.org>2001-04-20 14:54:17 +0000
commitb9eacded77d283de1bed493796cb09838519267a (patch)
tree6c6a2757573f7e1453e7b798031727e49e505543 /tests
parentf4c06dadd8f571e27d6ed071d3a4ccf86afd1991 (diff)
downloadisc-dhcp-b9eacded77d283de1bed493796cb09838519267a.tar.gz
Adjust for alpha/solaris testing
Diffstat (limited to 'tests')
-rw-r--r--tests/failover/dhcp-1.cf11
-rw-r--r--tests/failover/dhcp-2.cf11
2 files changed, 14 insertions, 8 deletions
diff --git a/tests/failover/dhcp-1.cf b/tests/failover/dhcp-1.cf
index 9b583d64..3fb46a50 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 edb8186c..11ebd630 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;