diff options
Diffstat (limited to 'regress/sbin/pfctl/pf7.ok')
-rw-r--r-- | regress/sbin/pfctl/pf7.ok | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf7.ok b/regress/sbin/pfctl/pf7.ok index dfe7573a1bc..8af3a52d37d 100644 --- a/regress/sbin/pfctl/pf7.ok +++ b/regress/sbin/pfctl/pf7.ok @@ -15,6 +15,12 @@ pass in on tun1000000 inet proto icmp all icmp-type echoreq code 0 keep state pass out on tun1000000 proto udp all keep state pass in on tun1000000 proto udp from any to any port = domain keep state pass out on tun1000000 proto tcp all modulate state +pass in on tun1000000 proto tcp all modulate state +pass in on tun1000000 proto udp all keep state +pass in on tun1000000 proto icmp all keep state +pass in on tun1000000 proto udp all keep state +pass in on tun1000000 proto tcp all flags S/SA synproxy state +pass in on tun1000000 proto icmp all keep state pass in on tun1000000 proto tcp from any to any port = ssh modulate state pass in on tun1000000 proto tcp from any to any port = smtp modulate state pass in on tun1000000 proto tcp from any to any port = domain modulate state |