diff options
author | Mike Frantzen <frantzen@cvs.openbsd.org> | 2002-06-11 18:07:07 +0000 |
---|---|---|
committer | Mike Frantzen <frantzen@cvs.openbsd.org> | 2002-06-11 18:07:07 +0000 |
commit | d963e3d7a484391c9dc6e1dc1a7b93438ccf1f57 (patch) | |
tree | 0ffff265f8f1e1dce486dfe2cd90bfba52c024a4 /regress/sbin/pfctl | |
parent | 230b2070bb6f1dd42c93a1dcbc2ef5bc3f698480 (diff) |
sync w/ default implicit "fragment reassemble" scrub modifier
Diffstat (limited to 'regress/sbin/pfctl')
-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 4c45728f87e..ae689b38326 100644 --- a/regress/sbin/pfctl/pf15.ok +++ b/regress/sbin/pfctl/pf15.ok @@ -1,5 +1,5 @@ -@0 scrub in all no-df -@0 scrub in all min-ttl 25 -@0 scrub in all max-mss 224 -@0 scrub out all no-df max-mss 224 -@0 scrub in all max-mss 224 +@0 scrub in all no-df fragment reassemble +@0 scrub in all min-ttl 25 fragment reassemble +@0 scrub in all max-mss 224 fragment reassemble +@0 scrub out all no-df max-mss 224 fragment reassemble +@0 scrub in all max-mss 224 fragment reassemble diff --git a/regress/sbin/pfctl/pf16.ok b/regress/sbin/pfctl/pf16.ok index 9bd5491aa1b..e7c7909599a 100644 --- a/regress/sbin/pfctl/pf16.ok +++ b/regress/sbin/pfctl/pf16.ok @@ -1,4 +1,4 @@ -@0 scrub in all +@0 scrub in 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 |