diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-07-15 18:19:38 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-07-15 18:19:38 +0000 |
commit | 7fe40326df71b34e91ba264bf1d05b22a6676a8b (patch) | |
tree | 3e046f59b33cfb5cb82b8cdcc7a8d8a4be74d1b8 /regress/sbin | |
parent | 7f9d5eb17013eeb0bfd243318968e1013671d406 (diff) |
test "on ! interface"
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/Makefile | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf23.in | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf23.ok | 1 |
3 files changed, 5 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile index 47de5c3b4ca..783ddd81013 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.23 2002/07/08 11:46:32 dhartmei Exp $ +# $OpenBSD: Makefile,v 1.24 2002/07/15 18:19:37 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 +PFTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 PFFAIL=1 2 3 4 5 6 7 8 9 10 11 12 .for n in ${PFFAIL} diff --git a/regress/sbin/pfctl/pf23.in b/regress/sbin/pfctl/pf23.in new file mode 100644 index 00000000000..2adbe16c4a5 --- /dev/null +++ b/regress/sbin/pfctl/pf23.in @@ -0,0 +1,2 @@ +#test negated interface matching +block in on ! lo0 all diff --git a/regress/sbin/pfctl/pf23.ok b/regress/sbin/pfctl/pf23.ok new file mode 100644 index 00000000000..a4c541f4918 --- /dev/null +++ b/regress/sbin/pfctl/pf23.ok @@ -0,0 +1 @@ +@0 block in on ! lo0 all |