diff options
Diffstat (limited to 'regress/sbin/pfctl/pfopt3.in')
-rw-r--r-- | regress/sbin/pfctl/pfopt3.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pfopt3.in b/regress/sbin/pfctl/pfopt3.in index fd9b2442692..1c7a039f6e6 100644 --- a/regress/sbin/pfctl/pfopt3.in +++ b/regress/sbin/pfctl/pfopt3.in @@ -18,7 +18,7 @@ queue pri-high priority 2 # NAT -N 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 -binat on $ext_if inet from 192.168.0.0/24 to 192.168.0.1/24 -> 192.168.0.3/24 +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 \ |