diff options
Diffstat (limited to 'regress/sbin/pfctl/pf16.ok')
-rw-r--r-- | regress/sbin/pfctl/pf16.ok | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf16.ok b/regress/sbin/pfctl/pf16.ok new file mode 100644 index 00000000000..9bd5491aa1b --- /dev/null +++ b/regress/sbin/pfctl/pf16.ok @@ -0,0 +1,5 @@ +@0 scrub in all +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 +@0 pass in on lo1 all |