Jumbogram support has been removed in
069a67374ed9. Therefore, its tests should be remove too.
Already disabled so, no functional change.
The problem is fragment test numbering now starts from 2.
Differential D55887
tests: Remove inet6 jumbogram tests Authored by pouria on Mon, Mar 16, 10:41 PM.
Details
Diff Detail
Event TimelineComment Actions I have not looked into the tests. Since the Jumbogram feature has been removed in the inet6 stack, shall the relevant tests be updated to reflect the removal but not removing the tests ? Comment Actions Could you please explain more? Comment Actions It is generally good practices to increase the code coverage, but not decrease, if possible. For this case, quoted from D19960,
probably in the test case ip6s_badoptions and / or ICMP6 error should be checked if the kernel is injected with an Jumbogram ? Comment Actions I think we should probably have tests check we do the correct things when we get a jumbogram. If these tests aren't run they don't really help with that. I don't think the numbering gap is a problem, I'd leave the others alone. Do you have any history for why these are disabled? I they are from the initial netflix work when the frag vulnerabilities came up? |