diff options
-rw-r--r-- | regress/sbin/pfctl/pf3.in | 3 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf3.ok | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf3.in b/regress/sbin/pfctl/pf3.in index cfd5ac30a03..51dbf2a1a99 100644 --- a/regress/sbin/pfctl/pf3.in +++ b/regress/sbin/pfctl/pf3.in @@ -4,3 +4,6 @@ pass in from any to any 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 /SFRAW + +pass in proto { udp, icmp, tcp } from any to any flags S +pass in from any to any flags S diff --git a/regress/sbin/pfctl/pf3.ok b/regress/sbin/pfctl/pf3.ok index 59e159da52b..bcb6c01e080 100644 --- a/regress/sbin/pfctl/pf3.ok +++ b/regress/sbin/pfctl/pf3.ok @@ -3,3 +3,7 @@ @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 /FSRAW +@5 pass in proto tcp all flags S/FSRPAUEW +@6 pass in proto icmp all +@7 pass in proto udp all +@8 pass in all flags S/FSRPAUEW |