Searched refs:subnet (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/bin/tests/system/geoip/
H A Dtests.sh35 echo "I:checking GeoIP country database by code (using client subnet) ($n)"
39 $DIG $DIGOPTS txt example -b 127.0.0.1 +subnet="10.53.0.$i/32" > dig.out.ns2.test$n.$i || lret=1
49 echo "I:checking response scope using client subnet ($n)"
51 $DIG +tcp -p5300 @10.53.0.2 txt example -b 127.0.0.1 +subnet="10.53.0.1/32" > dig.out.ns2.test$n.1 || ret=1
53 $DIG +tcp -p5300 @10.53.0.2 txt example -b 127.0.0.1 +subnet="192.0.2.64/32" > dig.out.ns2.test$n.2 || ret=1
136 echo "I:checking GeoIP region database (using client subnet) ($n)"
140 $DIG $DIGOPTS txt example -b 127.0.0.1 +subnet="10.53.0.$i/32" > dig.out.ns2.test$n.$i || lret=1
182 echo "I:checking GeoIP city database (using client subnet) ($n)"
186 $DIG $DIGOPTS txt example -b 127.0.0.1 +subnet="10.53.0.$i/32" > dig.out.ns2.test$n.$i || lret=1
215 echo "I:checking GeoIP isp database (using client subnet) (
[all...]
/bind-9.11.3/bin/tests/system/digdelv/
H A Dtests.sh260 echo "I:checking dig +subnet ($n)"
262 $DIG $DIGOPTS +tcp @10.53.0.2 +subnet=127.0.0.1 A a.example > dig.out.test$n 2>&1 || ret=1
268 echo "I:checking dig +subnet +subnet ($n)"
270 $DIG $DIGOPTS +tcp @10.53.0.2 +subnet=127.0.0.0 +subnet=127.0.0.1 A a.example > dig.out.test$n 2>&1 || ret=1
276 echo "I:checking dig +subnet with various prefix lengths ($n)"
279 $DIG $DIGOPTS +tcp @10.53.0.2 +subnet=255.255.255.255/$i A a.example > dig.out.$i.test$n 2>&1 || ret=1
302 echo "I:checking dig +subnet=0/0 ($n)"
304 $DIG $DIGOPTS +tcp @10.53.0.2 +subnet
[all...]
/bind-9.11.3/bin/tests/system/acl/
H A Dtests.sh145 echo "I:testing EDNS client-subnet ACL processing"
159 @10.53.0.2 -b 10.53.0.2 +subnet="10.53.0/24" axfr -p 5300 > dig.out.${t}
162 echo "I:testing EDNS client-subnet response scope"
168 $DIG example. soa @10.53.0.2 +subnet="10.53.0.1/32" -p 5300 > dig.out.${t}
172 $DIG example. soa @10.53.0.2 +subnet="192.0.2.128/32" -p 5300 > dig.out.${t}
/bind-9.11.3/bin/tests/system/resolver/
H A Dtests.sh590 echo "I:check that EDNS client subnet with non-zeroed bits is handled correctly (${n})"
600 echo "I:check that dig +subnet zeros address bits correctly (${n})"
602 $DIG soa . @10.53.0.5 -p 5300 +subnet=255.255.255.255/23 > dig.out.ns5.test${n} || ret=1

Completed in 763 milliseconds