diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-09-23 14:22:23 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-09-23 14:22:23 +0000 |
commit | 1e779661e3652c409bf3b588d848c7dfdeab36d3 (patch) | |
tree | a1b3ed0ee1ab09cef0f59352223e761b14e58b13 | |
parent | 5d07592ce628b8c13e084808405432d2114b5172 (diff) |
sync with pfopt5.in correct comments regarding -N/-R
-rw-r--r-- | regress/sbin/pfctl/pfopt2.in | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pfopt3.in | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/regress/sbin/pfctl/pfopt2.in b/regress/sbin/pfctl/pfopt2.in index 1c7a039f6e6..f72b26ad088 100644 --- a/regress/sbin/pfctl/pfopt2.in +++ b/regress/sbin/pfctl/pfopt2.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 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 |