diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-25 16:16:08 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-25 16:16:08 +0000 |
commit | 606e5dd215bd61c05772028a005cdec1e4d22c6b (patch) | |
tree | d7ccdd6990ec192599849629f6b9df2f4d5e5380 /regress/sbin | |
parent | 7f44a68f66781e8fdd892ca191215776e1ffb805 (diff) |
test mixed af rules. broken right now. sigh.
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/Makefile | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf34.in | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf34.ok | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile index 13715ad30c4..acade49f23d 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.41 2002/11/24 20:46:30 henning Exp $ +# $OpenBSD: Makefile,v 1.42 2002/11/25 16:16:07 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 +PFTESTS+=28 29 30 31 32 33 34 PFFAIL=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 PFSIMPLE=1 2 diff --git a/regress/sbin/pfctl/pf34.in b/regress/sbin/pfctl/pf34.in new file mode 100644 index 00000000000..f2f37237bc5 --- /dev/null +++ b/regress/sbin/pfctl/pf34.in @@ -0,0 +1,2 @@ +#mixed af +pass in from any to { 127.0.0.1, 2000::1 } diff --git a/regress/sbin/pfctl/pf34.ok b/regress/sbin/pfctl/pf34.ok new file mode 100644 index 00000000000..d4f046e6a97 --- /dev/null +++ b/regress/sbin/pfctl/pf34.ok @@ -0,0 +1,2 @@ +@0 pass in inet from any to 127.0.0.1 +@1 pass in inet6 from any to 2000::1 |