]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
test fixup, 127.0.0.1 is blocked.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 18 Jul 2007 08:24:44 +0000 (08:24 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 18 Jul 2007 08:24:44 +0000 (08:24 +0000)
git-svn-id: file:///svn/unbound/trunk@435 be551aaa-1e26-0410-a405-d3ace91eadb9

testdata/fwd.rpl
testdata/fwd_cached.rpl
testdata/fwd_error.rpl
testdata/fwd_lrudrop.rpl
testdata/fwd_notcached.rpl
testdata/fwd_timeout.rpl
testdata/fwd_two.rpl
testdata/rrset_rettl.rpl
testdata/rrset_untrusted.rpl
testdata/rrset_updated.rpl

index b1355a9b6f7977148f1bfdbc572cd2bc24e608d0..ab843bb33b65849fb70978668cfc2c37ef3a89e2 100644 (file)
@@ -1,6 +1,6 @@
 ; This is a comment.
 ; config options go here.
-forward-zone: name: "." forward-addr: 127.0.0.1
+forward-zone: name: "." forward-addr: 216.0.0.1
 CONFIG_END
 
 SCENARIO_BEGIN Sample of a valid query
index d566d0a6d669bf3f3fefbfc459c3880d7240213b..23b4a08a228245bc998f69e1e0d3b10a35290a63 100644 (file)
@@ -1,6 +1,6 @@
 ; This is a comment.
 ; config options go here.
-forward-zone: name: "." forward-addr: 127.0.0.1
+forward-zone: name: "." forward-addr: 216.0.0.1
 CONFIG_END
 
 SCENARIO_BEGIN Query receives answer from the cache
index e60b90ccd9cc95f18f481906d6eedbc180299981..c9deaeb097773fa1c8d1df83099cecc03430d256 100644 (file)
@@ -1,5 +1,5 @@
 ; config options go here.
-forward-zone: name: "." forward-addr: 127.0.0.1
+forward-zone: name: "." forward-addr: 216.0.0.1
 CONFIG_END
 SCENARIO_BEGIN Forwarder and an error happens on server query.
 STEP 1 QUERY
index 5cda894c7ddb68bfb9fc2a653cd5d5d350b551a7..57b0de83f251885e21fe1dabde75c0685cdcede2 100644 (file)
@@ -4,7 +4,7 @@
 server:
        msg-cache-size: 1 # one whole byte!
        msg-cache-slabs: 1
-forward-zone: name: "." forward-addr: 127.0.0.1
+forward-zone: name: "." forward-addr: 216.0.0.1
 CONFIG_END
 
 SCENARIO_BEGIN Old answer is dropped from the cache
index 9f47d0d4cf294bf5efacb8951d181ea93fbaf51c..c731299ee735d983c8092c4a9194b5a6daf8ad66 100644 (file)
@@ -7,7 +7,7 @@ server:
        msg-cache-size: 1024
 forward-zone: 
        name: "." 
-       forward-addr: 127.0.0.1
+       forward-addr: 216.0.0.1
 CONFIG_END
 
 SCENARIO_BEGIN Query receives answer not from the cache
index 07669e27a9a1ecc24523f88c4cb7cfb0abfb8010..d4f8c60b0adc4225b5f2d6ef3be30954a25d1180 100644 (file)
@@ -1,5 +1,5 @@
 ; config options go here.
-forward-zone: name: "." forward-addr: 127.0.0.1
+forward-zone: name: "." forward-addr: 216.0.0.1
 CONFIG_END
 SCENARIO_BEGIN Forwarder and a timeout happens on server query.
 STEP 1 QUERY
index 8f863086ac959cd922deecfb39010b09d3648a74..96ee6e4c0e80f51a1e091a62835c512ea4d55482 100644 (file)
@@ -3,7 +3,7 @@ server:
        num-queries-per-thread: 1
 forward-zone: 
        name: "." 
-       forward-addr: 127.0.0.1
+       forward-addr: 216.0.0.1
 CONFIG_END
 SCENARIO_BEGIN Sample of a valid query
 
index a2c7dc2c6bb014bd29215041ceaaf0c85c7f8f2b..ea9ef0e65c494bece256af0cb8f3bf0603f28e1f 100644 (file)
@@ -1,6 +1,6 @@
 ; This is a comment.
 ; config options go here.
-forward-zone: name: "." forward-addr: 127.0.0.1
+forward-zone: name: "." forward-addr: 216.0.0.1
 CONFIG_END
 
 SCENARIO_BEGIN RRset TTL is updated from message.
index f3c12fdac3aeea5928b77ef789b81fa30aec4bc5..124e049c462632f08b1d2c9475db3b574c9de415 100644 (file)
@@ -1,6 +1,6 @@
 ; This is a comment.
 ; config options go here.
-forward-zone: name: "." forward-addr: 127.0.0.1
+forward-zone: name: "." forward-addr: 216.0.0.1
 CONFIG_END
 
 SCENARIO_BEGIN Untrusted rrset not used for update
index 1828080e65797af76f04c22ca86780df11389b42..4e877df1147291138de113f9216d6182a01e662f 100644 (file)
@@ -1,6 +1,6 @@
 ; This is a comment.
 ; config options go here.
-forward-zone: name: "." forward-addr: 127.0.0.1
+forward-zone: name: "." forward-addr: 216.0.0.1
 CONFIG_END
 
 SCENARIO_BEGIN RRset is updated from other message that passes by.