summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl
diff options
context:
space:
mode:
authorMike Frantzen <frantzen@cvs.openbsd.org>2002-06-07 18:35:56 +0000
committerMike Frantzen <frantzen@cvs.openbsd.org>2002-06-07 18:35:56 +0000
commit20619f62a1516a5a5eedcace307757309f8a37b0 (patch)
treecdbca6f0feb8fe90cdb9b76851ebb41268813943 /regress/sbin/pfctl
parent5968177c35a67770c8b21df245b383e9fbc1cf02 (diff)
regress test IPv6 scopes
Diffstat (limited to 'regress/sbin/pfctl')
-rw-r--r--regress/sbin/pfctl/pf14.in6
-rw-r--r--regress/sbin/pfctl/pf14.ok6
2 files changed, 12 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf14.in b/regress/sbin/pfctl/pf14.in
new file mode 100644
index 00000000000..eaca6de0fbf
--- /dev/null
+++ b/regress/sbin/pfctl/pf14.in
@@ -0,0 +1,6 @@
+pass in quick on lo0 from fe80::1%lo0 to fe80::1%lo0
+pass in quick from fe80::1%lo0 to fe80::1%lo0
+pass in quick from fe80::1%lo0 to any
+pass in quick from any to fe80::1%lo0
+pass in quick on lo0 from fe80::1%lo0 to any
+pass in quick on lo0 from any to fe80::1%lo0
diff --git a/regress/sbin/pfctl/pf14.ok b/regress/sbin/pfctl/pf14.ok
new file mode 100644
index 00000000000..b92e958e604
--- /dev/null
+++ b/regress/sbin/pfctl/pf14.ok
@@ -0,0 +1,6 @@
+@0 pass in quick on lo0 inet6 from fe80::1 to fe80::1
+@1 pass in quick on lo0 inet6 from fe80::1 to fe80::1
+@2 pass in quick on lo0 inet6 from fe80::1 to any
+@3 pass in quick on lo0 inet6 from any to fe80::1
+@4 pass in quick on lo0 inet6 from fe80::1 to any
+@5 pass in quick on lo0 inet6 from any to fe80::1