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 | |
parent | 81b8eb25db23b95ab373e1f55aaff37173749b93 (diff) |
scrub on <if> works now, update regress tests.
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pf15.ok | 10 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf16.ok | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/regress/sbin/pfctl/pf15.ok b/regress/sbin/pfctl/pf15.ok index e472b94e584..42959d75384 100644 --- a/regress/sbin/pfctl/pf15.ok +++ b/regress/sbin/pfctl/pf15.ok @@ -1,5 +1,5 @@ -@0 scrub in all no-df fragment reassemble -@1 scrub in all min-ttl 25 fragment reassemble -@2 scrub in all max-mss 224 fragment reassemble -@3 scrub out all no-df max-mss 224 fragment reassemble -@4 scrub in all max-mss 224 fragment reassemble +@0 scrub in on lo0 all no-df fragment reassemble +@1 scrub in on lo0 all min-ttl 25 fragment reassemble +@2 scrub in on lo0 all max-mss 224 fragment reassemble +@3 scrub out on lo1 all no-df max-mss 224 fragment reassemble +@4 scrub in on lo0 all max-mss 224 fragment reassemble 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 |