diff options
author | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-06-24 11:29:05 +0000 |
---|---|---|
committer | Daniel Hartmeier <dhartmei@cvs.openbsd.org> | 2002-06-24 11:29:05 +0000 |
commit | 134630668c9de9dc69b589d628381419f543ff2e (patch) | |
tree | 0815ce8b366cc99bc0bc4858071bf60594a1ab2f /regress/sbin/pfctl/pf16.ok | |
parent | 81b8eb25db23b95ab373e1f55aaff37173749b93 (diff) |
scrub on <if> works now, update regress tests.
Diffstat (limited to 'regress/sbin/pfctl/pf16.ok')
-rw-r--r-- | regress/sbin/pfctl/pf16.ok | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf16.ok b/regress/sbin/pfctl/pf16.ok index 9bb415e5fbd..39e8b8be39d 100644 --- a/regress/sbin/pfctl/pf16.ok +++ b/regress/sbin/pfctl/pf16.ok @@ -1,4 +1,4 @@ -@0 scrub in all fragment reassemble +@0 scrub in on lo0 all fragment reassemble 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 |