summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf7.ok
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2004-02-04 18:37:57 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2004-02-04 18:37:57 +0000
commit943a93d1ddeff74815612f2364e74c15c21a6936 (patch)
tree58fe8a4b557bfeff4b36303ff48dcfcf1a46b477 /regress/sbin/pfctl/pf7.ok
parent8f0815d068192c20c17eaaf4a65b134b6dc4e6d3 (diff)
Test 'pass proto { tcp udp icmp } modulate state' type rules
Diffstat (limited to 'regress/sbin/pfctl/pf7.ok')
-rw-r--r--regress/sbin/pfctl/pf7.ok6
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