diff options
author | 2003-02-27 04:20:26 +0000 | |
---|---|---|
committer | 2003-02-27 04:20:26 +0000 | |
commit | 0508ac204cbce6cbacb55da7a8e77f857739ff8b (patch) | |
tree | 4a0c597faf697fc88a6cdb3bf000ea2eeaf679a3 | |
parent | modify error message to match the same 7 sections in pf.conf(5) (diff) | |
download | wireguard-openbsd-0508ac204cbce6cbacb55da7a8e77f857739ff8b.tar.xz wireguard-openbsd-0508ac204cbce6cbacb55da7a8e77f857739ff8b.zip |
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 |