summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pfopt3.in
diff options
context:
space:
mode:
Diffstat (limited to 'regress/sbin/pfctl/pfopt3.in')
-rw-r--r--regress/sbin/pfctl/pfopt3.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pfopt3.in b/regress/sbin/pfctl/pfopt3.in
index 1c7a039f6e6..f72b26ad088 100644
--- a/regress/sbin/pfctl/pfopt3.in
+++ b/regress/sbin/pfctl/pfopt3.in
@@ -15,12 +15,10 @@ queue pri-low priority 0
queue pri-med priority 1 priq(default)
queue pri-high priority 2
-# NAT -N
+# FILTER, -R
match in on $ext_if inet from any to any rdr-to 127.0.0.1
match out on $ext_if inet from any to any nat-to 127.0.0.1
match on $ext_if inet from 192.168.0.0/24 to 192.168.0.1/24 binat-to 192.168.0.3/24
-
-# FILTER, -R
pass out on $ext_if proto tcp from any to any port 22 keep state \
queue(pri-med, pri-high)
pass out on $ext_if proto tcp from any to any port 80 keep state queue pri-med