diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2002-12-24 02:46:08 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2002-12-24 02:46:08 +0000 |
commit | 905c678f2d198b4fba5442cede38ec76600ebf10 (patch) | |
tree | 372694d2b176a974c95994c15ee512e04533d371 /regress | |
parent | 4a7a45059350c2e8335779d9f547f3168043934e (diff) |
add "require-order" to regress test for options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/pf22.in | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf22.ok | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf22.in b/regress/sbin/pfctl/pf22.in index 12cf1812a31..3929ba4eac7 100644 --- a/regress/sbin/pfctl/pf22.in +++ b/regress/sbin/pfctl/pf22.in @@ -5,3 +5,5 @@ set limit states 500 set limit {states 1000,frags 1000} set loginterface lo0 set loginterface none +set require-order no +set require-order yes diff --git a/regress/sbin/pfctl/pf22.ok b/regress/sbin/pfctl/pf22.ok index 9957b32dd55..2c07f877e0e 100644 --- a/regress/sbin/pfctl/pf22.ok +++ b/regress/sbin/pfctl/pf22.ok @@ -7,3 +7,5 @@ set limit states 1000 set limit frags 1000 set loginterface lo0 set loginterface none +set require-order no +set require-order yes |