diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2002-06-01 04:07:40 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2002-06-01 04:07:40 +0000 |
commit | 2dd3ffaa316eaaa93ff1dd122d27b09c835a8d9c (patch) | |
tree | 310c4b6fe5e06fb639786aada230cf2f4c3abdb3 /regress/sbin/pfctl | |
parent | 8909c17f5e622901dbff5415516d4ef37dcd161e (diff) |
Update tests to reflect ECN support.
Diffstat (limited to 'regress/sbin/pfctl')
-rw-r--r-- | regress/sbin/pfctl/pf3.in | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf3.ok | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/sbin/pfctl/pf3.in b/regress/sbin/pfctl/pf3.in index 739bd1f81fa..cfd5ac30a03 100644 --- a/regress/sbin/pfctl/pf3.in +++ b/regress/sbin/pfctl/pf3.in @@ -1,6 +1,6 @@ pass in all pass in from any to any -block in proto tcp from any to any flags FUP +block in proto tcp from any to any flags FUPEW block in proto tcp from any to any flags SF/SFRA -block in proto tcp from any to any flags /SFRA +block in proto tcp from any to any flags /SFRAW diff --git a/regress/sbin/pfctl/pf3.ok b/regress/sbin/pfctl/pf3.ok index ac5a1c893e2..59e159da52b 100644 --- a/regress/sbin/pfctl/pf3.ok +++ b/regress/sbin/pfctl/pf3.ok @@ -1,5 +1,5 @@ @0 pass in all @1 pass in all -@2 block in proto tcp all flags FPU/FSRPAU +@2 block in proto tcp all flags FPUEW/FSRPAUEW @3 block in proto tcp all flags FS/FSRA -@4 block in proto tcp all flags /FSRA +@4 block in proto tcp all flags /FSRAW |