summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--regress/sbin/pfctl/Makefile4
-rw-r--r--regress/sbin/pfctl/pf50.in4
-rw-r--r--regress/sbin/pfctl/pf50.ok3
3 files changed, 9 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile
index 3c8a2014e9a..4527e2910c3 100644
--- a/regress/sbin/pfctl/Makefile
+++ b/regress/sbin/pfctl/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.70 2003/02/14 17:21:00 henning Exp $
+# $OpenBSD: Makefile,v 1.71 2003/02/14 22:33:47 henning 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 38 39 40 41 42 43 44 45 46 47 48 49
+PFTESTS+=28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
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/pf50.in b/regress/sbin/pfctl/pf50.in
new file mode 100644
index 00000000000..e1ecb5274b1
--- /dev/null
+++ b/regress/sbin/pfctl/pf50.in
@@ -0,0 +1,4 @@
+# double macro set
+extif="wi0"
+extif="lo0"
+block in on $extif
diff --git a/regress/sbin/pfctl/pf50.ok b/regress/sbin/pfctl/pf50.ok
new file mode 100644
index 00000000000..42e5b2311c3
--- /dev/null
+++ b/regress/sbin/pfctl/pf50.ok
@@ -0,0 +1,3 @@
+extif = "wi0"
+extif = "lo0"
+block drop in on lo0 all