diff options
author | Shawn Routhier <sar@isc.org> | 2016-08-23 21:38:45 -0700 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2016-08-23 21:38:45 -0700 |
commit | 60bba4343c0166736b2c94a867004825b6fd4244 (patch) | |
tree | 4942ad9b944a6aa0847917f636485c0bacdddceb /tests | |
parent | edd6d8881bc4d8ec4b04173c66c1c840756bbe76 (diff) | |
download | isc-dhcp-60bba4343c0166736b2c94a867004825b6fd4244.tar.gz |
[master] remove uses of vix.com, nominum.com and fugue.com
Squashed commit of the following:
commit 375a26d52db75c3f62b8914f36e4f1618253075e
Author: Shawn Routhier <sar@isc.org>
Date: Thu Aug 18 14:26:28 2016 -0700
[rt43069] remove uses of vix.com, nominum.com and fugue.com
Diffstat (limited to 'tests')
-rw-r--r-- | tests/failover/dhcp-1.cf | 4 | ||||
-rw-r--r-- | tests/failover/dhcp-2.cf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/failover/dhcp-1.cf b/tests/failover/dhcp-1.cf index 07842ab0..f72b4644 100644 --- a/tests/failover/dhcp-1.cf +++ b/tests/failover/dhcp-1.cf @@ -80,7 +80,7 @@ key FOO { secret ABCD; } -zone BISBEE.FUGUE.COM. { +zone BISBEE.EXAMPLE.COM. { primary 127.0.0.1; key FOO; } @@ -149,6 +149,6 @@ subnet 10.0.0.0 netmask 255.255.255.0 { range 10.0.0.9 10.0.0.9; } option routers 10.0.0.1; - option domain-name "bisbee.fugue.com"; + option domain-name "bisbee.example.com"; option domain-name-servers 10.0.0.1; } diff --git a/tests/failover/dhcp-2.cf b/tests/failover/dhcp-2.cf index c9dfabe8..66419517 100644 --- a/tests/failover/dhcp-2.cf +++ b/tests/failover/dhcp-2.cf @@ -78,7 +78,7 @@ key FOO { secret ABCD; } -zone BISBEE.FUGUE.COM. { +zone BISBEE.EXAMPLE.COM. { primary 127.0.0.1; key FOO; } @@ -147,6 +147,6 @@ subnet 10.0.0.0 netmask 255.255.255.0 { range 10.0.0.9 10.0.0.9; } option routers 10.0.0.1; - option domain-name "bisbee.fugue.com"; + option domain-name "bisbee.example.com"; option domain-name-servers 10.0.0.1; } |