diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-18 18:05:53 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-02-18 18:05:53 +0000 |
commit | 3c9bb8249b2022eaf90e6f71206a7ce32f8b3661 (patch) | |
tree | 098232ef76f6e6d527668e933eb47cc1309f7c1c /regress/sbin/pfctl/pfail11.ok | |
parent | 623d677138096ee638b15281caf67bb87dcdf075 (diff) |
test pfctl output for the fail tests too.
that ensures that not a single failure-causing statement makes the whole
test succeed.
Diffstat (limited to 'regress/sbin/pfctl/pfail11.ok')
-rw-r--r-- | regress/sbin/pfctl/pfail11.ok | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pfail11.ok b/regress/sbin/pfctl/pfail11.ok new file mode 100644 index 00000000000..6881594a903 --- /dev/null +++ b/regress/sbin/pfctl/pfail11.ok @@ -0,0 +1,9 @@ +stdin:2: syntax error +stdin:4: Rules must be in order: options, scrub, queue, NAT, filter +stdin:5: Rules must be in order: options, scrub, queue, NAT, filter +pfctl: Syntax error in file: pf rules not loaded +set optimization aggressive +set timeout tcp.closing 6 +pass in all +set limit states 1000 +set loginterface lo0 |