diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-06-24 21:32:37 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-06-24 21:32:37 +0000 |
commit | 43ed6af81c7fd9a856ae611e2e5eedb7c5045f62 (patch) | |
tree | 65c26aadb6150cf8ed86fa4ee2edc3b5c280db96 /regress | |
parent | cc879d50a298a18de0b245b9e6d37a4fbd8ad933 (diff) |
fix this regression test; "reassemble tcp" should be in this location
in the output. this test currently fails; see kernel/6178
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/pf44.ok | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/regress/sbin/pfctl/pf44.ok b/regress/sbin/pfctl/pf44.ok index c28db502fa2..c105cc76913 100644 --- a/regress/sbin/pfctl/pf44.ok +++ b/regress/sbin/pfctl/pf44.ok @@ -1,6 +1,6 @@ -match in on lo0 all scrub (no-df min-ttl 15 max-mss 224) -match in on lo0 all scrub (no-df min-ttl 15 max-mss 224) -match in on lo0 all scrub (no-df min-ttl 15 max-mss 224) -match in on lo0 all scrub (no-df min-ttl 15 max-mss 224) -match in on lo0 all scrub (no-df min-ttl 15 max-mss 224) -match in on lo0 all scrub (no-df min-ttl 15 max-mss 224) +match in on lo0 all scrub (no-df min-ttl 15 reassemble tcp max-mss 224) +match in on lo0 all scrub (no-df min-ttl 15 reassemble tcp max-mss 224) +match in on lo0 all scrub (no-df min-ttl 15 reassemble tcp max-mss 224) +match in on lo0 all scrub (no-df min-ttl 15 reassemble tcp max-mss 224) +match in on lo0 all scrub (no-df min-ttl 15 reassemble tcp max-mss 224) +match in on lo0 all scrub (no-df min-ttl 15 reassemble tcp max-mss 224) |