summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf7.in
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.in
parent8f0815d068192c20c17eaaf4a65b134b6dc4e6d3 (diff)
Test 'pass proto { tcp udp icmp } modulate state' type rules
Diffstat (limited to 'regress/sbin/pfctl/pf7.in')
-rw-r--r--regress/sbin/pfctl/pf7.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf7.in b/regress/sbin/pfctl/pf7.in
index 1ce5b162236..02514df9cdd 100644
--- a/regress/sbin/pfctl/pf7.in
+++ b/regress/sbin/pfctl/pf7.in
@@ -25,6 +25,8 @@ 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 udp icmp } all modulate state
+pass in on tun1000000 proto { udp tcp icmp } all flags S/SA synproxy 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