diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-09-18 13:33:44 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-09-18 13:33:44 +0000 |
commit | 4d1708541e8ba6ea9654a5cb0967867ba0f6e7d7 (patch) | |
tree | 2a1d986be7b89b93ff8b529d3c01baaa5feb1a89 /regress | |
parent | c0bf120363330e866b4a5d9882578e69cb16d6b7 (diff) |
test log keywords and log quick/quick log order
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/Makefile | 3 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf28.in | 7 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf28.ok | 6 |
3 files changed, 15 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile index e2015f98905..ccf44cee8c6 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.33 2002/09/18 12:25:14 henning Exp $ +# $OpenBSD: Makefile,v 1.34 2002/09/18 13:33:43 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 PFFAIL=1 2 3 4 5 6 7 8 9 10 11 12 13 14 PFSIMPLE=1 2 diff --git a/regress/sbin/pfctl/pf28.in b/regress/sbin/pfctl/pf28.in new file mode 100644 index 00000000000..f2d67a2105b --- /dev/null +++ b/regress/sbin/pfctl/pf28.in @@ -0,0 +1,7 @@ +# test logging keywords, and log quick/quick log order +block in log-all quick on lo0 all +block in quick log on lo0 all +block in quick log-all on lo0 all +block in log quick on lo0 all +block in log on lo0 all +block in log-all on lo0 all diff --git a/regress/sbin/pfctl/pf28.ok b/regress/sbin/pfctl/pf28.ok new file mode 100644 index 00000000000..7725fd9328f --- /dev/null +++ b/regress/sbin/pfctl/pf28.ok @@ -0,0 +1,6 @@ +@0 block in log-all quick on lo0 all +@1 block in log quick on lo0 all +@2 block in log-all quick on lo0 all +@3 block in log quick on lo0 all +@4 block in log on lo0 all +@5 block in log-all on lo0 all |