diff options
author | David Krause <david@cvs.openbsd.org> | 2003-02-27 04:20:27 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-02-27 04:20:27 +0000 |
commit | 39eb69d06620cf584686ae8d2a0655b3c4287fb6 (patch) | |
tree | 07d16f98b1d695ec21d57594ff68965bb585137c | |
parent | e47dd96feb94877c99450785e1bf7ee2335d9d12 (diff) |
update regress test output to match change in error message
ok henning@
-rw-r--r-- | regress/sbin/pfctl/pfail10.ok | 2 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfail11.ok | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfail9.ok | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/regress/sbin/pfctl/pfail10.ok b/regress/sbin/pfctl/pfail10.ok index dd84cc3d801..c9eb8cb9d9c 100644 --- a/regress/sbin/pfctl/pfail10.ok +++ b/regress/sbin/pfctl/pfail10.ok @@ -1,4 +1,4 @@ -stdin:4: Rules must be in order: options, scrub, queue, NAT, filter +stdin:4: Rules must be in order: options, normalization, queueing, translation, filtering pfctl: Syntax error in file: pf rules not loaded nat on lo0 inet all -> 127.0.0.1 pass in on lo1 all diff --git a/regress/sbin/pfctl/pfail11.ok b/regress/sbin/pfctl/pfail11.ok index b8c4ed33692..928f7f3b201 100644 --- a/regress/sbin/pfctl/pfail11.ok +++ b/regress/sbin/pfctl/pfail11.ok @@ -1,6 +1,6 @@ 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 +stdin:4: Rules must be in order: options, normalization, queueing, translation, filtering +stdin:5: Rules must be in order: options, normalization, queueing, translation, filtering pfctl: Syntax error in file: pf rules not loaded set optimization aggressive set timeout tcp.closing 6 diff --git a/regress/sbin/pfctl/pfail9.ok b/regress/sbin/pfctl/pfail9.ok index 73714ab8579..f0cab3d47f1 100644 --- a/regress/sbin/pfctl/pfail9.ok +++ b/regress/sbin/pfctl/pfail9.ok @@ -1,4 +1,4 @@ -stdin:5: Rules must be in order: options, scrub, queue, NAT, filter +stdin:5: Rules must be in order: options, normalization, queueing, translation, filtering pfctl: Syntax error in file: pf rules not loaded scrub in on lo0 all fragment reassemble pass in on lo1 all |