summaryrefslogtreecommitdiff
path: root/regress/addrmatch.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-11 04:15:05 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-11 04:15:05 +1000
commit5d37690a1f702db627f00146a5ace7949676eeb0 (patch)
tree84e6ccd92c59a675763ff86eadc2c7889f825b8b /regress/addrmatch.sh
parentd8bafea5a0008c9feb87237110037c45e8a0f8d3 (diff)
- (dtucker) [Makefile.in configure.ac regress/addrmatch.sh] Skip IPv6
specific tests on platforms that don't do IPv6.
Diffstat (limited to 'regress/addrmatch.sh')
-rw-r--r--regress/addrmatch.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/addrmatch.sh b/regress/addrmatch.sh
index a05df1539..a258f7bb4 100644
--- a/regress/addrmatch.sh
+++ b/regress/addrmatch.sh
@@ -33,6 +33,7 @@ run_trial user 19.0.0.1 somehost no "deny, no match"
33run_trial user 10.255.255.254 somehost yes "permit, list middle" 33run_trial user 10.255.255.254 somehost yes "permit, list middle"
34run_trial user 192.168.30.1 192.168.0.1 no "deny, faked IP in hostname" 34run_trial user 192.168.30.1 192.168.0.1 no "deny, faked IP in hostname"
35run_trial user 1.1.1.1 somehost.example.com yes "permit, bare IP4 address" 35run_trial user 1.1.1.1 somehost.example.com yes "permit, bare IP4 address"
36test "$TEST_SSH_IPV6" = "no" && exit
36run_trial user ::1 somehost.example.com yes "permit, bare IP6 address" 37run_trial user ::1 somehost.example.com yes "permit, bare IP6 address"
37run_trial user ::2 somehost.exaple.com no "deny IPv6" 38run_trial user ::2 somehost.exaple.com no "deny IPv6"
38run_trial user ::3 somehost no "deny IP6 negated" 39run_trial user ::3 somehost no "deny IP6 negated"