diff options
Diffstat (limited to 'regress/sbin/pfctl/pf16.ok')
-rw-r--r-- | regress/sbin/pfctl/pf16.ok | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/regress/sbin/pfctl/pf16.ok b/regress/sbin/pfctl/pf16.ok index 87bdd677662..d65374a1647 100644 --- a/regress/sbin/pfctl/pf16.ok +++ b/regress/sbin/pfctl/pf16.ok @@ -1,4 +1,5 @@ -nat on lo0 inet from 192.168.1.1 to any -> 10.0.0.1 -rdr on lo0 inet proto tcp from any to 1.2.3.4 port = 2222 -> 10.0.0.10 port 22 -binat on lo0 inet from 192.168.1.1 to any -> 10.0.0.1 +match out on lo0 inet from 192.168.1.1 to any nat-to 10.0.0.1 +match in on lo0 inet proto tcp from any to 1.2.3.4 port = 2222 rdr-to 10.0.0.10 port 22 +match out on lo0 inet from 192.168.1.1 to any nat-to 10.0.0.1 static-port +match in on lo0 inet from any to 10.0.0.1 rdr-to 192.168.1.1 pass in on lo1000000 all no state |