summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl
diff options
context:
space:
mode:
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