diff options
author | Ted Lemon <source@isc.org> | 2001-04-18 18:46:16 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 2001-04-18 18:46:16 +0000 |
commit | 22f894cb6785cc9693c96df59f4e05c5e4f49385 (patch) | |
tree | 86541c4a2c8d1d66da1d40b4d5c8c0a7394328a6 /tests/failover/dhcp-1.cf | |
parent | 2bc8c870ad04ec29870f42b3b65aee005c51e636 (diff) | |
download | isc-dhcp-22f894cb6785cc9693c96df59f4e05c5e4f49385.tar.gz |
Make them work on my alpha.
Diffstat (limited to 'tests/failover/dhcp-1.cf')
-rw-r--r-- | tests/failover/dhcp-1.cf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/failover/dhcp-1.cf b/tests/failover/dhcp-1.cf index 9e5f8698..9b583d64 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; |