summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
Diffstat (limited to 'regress')
-rw-r--r--regress/sbin/pfctl/Makefile4
-rw-r--r--regress/sbin/pfctl/pf38.in5
-rw-r--r--regress/sbin/pfctl/pf38.ok4
3 files changed, 11 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile
index fa77277b448..21766cbb1ce 100644
--- a/regress/sbin/pfctl/Makefile
+++ b/regress/sbin/pfctl/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.46 2002/11/29 17:43:41 henning Exp $
+# $OpenBSD: Makefile,v 1.47 2002/12/02 09:43:25 deraadt Exp $
PFTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
-PFTESTS+=28 29 30 31 32 33 34 35 36 37
+PFTESTS+=28 29 30 31 32 33 34 35 36 37 38
PFFAIL=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
PFSIMPLE=1 2
PFSETUP=1
diff --git a/regress/sbin/pfctl/pf38.in b/regress/sbin/pfctl/pf38.in
new file mode 100644
index 00000000000..bf67308a9c2
--- /dev/null
+++ b/regress/sbin/pfctl/pf38.in
@@ -0,0 +1,5 @@
+# test
+
+pass in on tun0 proto tcp from any to any user bin
+pass in on tun0 proto tcp from any to any group bin
+pass in on tun0 proto tcp from any to any group wheel user root user bin
diff --git a/regress/sbin/pfctl/pf38.ok b/regress/sbin/pfctl/pf38.ok
new file mode 100644
index 00000000000..2ad0e0a7d8b
--- /dev/null
+++ b/regress/sbin/pfctl/pf38.ok
@@ -0,0 +1,4 @@
+@0 pass in on tun0 proto tcp all user = 3
+@1 pass in on tun0 proto tcp all group = 7
+@2 pass in on tun0 proto tcp all user = 3 group = 0
+@3 pass in on tun0 proto tcp all user = 0 group = 0