]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Adjust for alpha/solaris testing
authorTed Lemon <source@isc.org>
Fri, 20 Apr 2001 14:54:17 +0000 (14:54 +0000)
committerTed Lemon <source@isc.org>
Fri, 20 Apr 2001 14:54:17 +0000 (14:54 +0000)
tests/failover/dhcp-1.cf
tests/failover/dhcp-2.cf

index 9b583d64b9d2d7990fe3fd390fa22fc4d31985f1..3fb46a50437043c411c6d0290af69b8b73dc8ae0 100644 (file)
@@ -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;
index edb8186cc6c8589b3fec23eff20534bc058da180..11ebd63026cb6c617086d289d3a098ec72946b9e 100644 (file)
@@ -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;