diff options
-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 |