Summary: | Failing test case: sys.netpfil.pf.fragmentation.v6 | ||
---|---|---|---|
Product: | Base System | Reporter: | Li-Wen Hsu <lwhsu> |
Component: | tests | Assignee: | Li-Wen Hsu <lwhsu> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | bz |
Priority: | --- | ||
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any |
Description
Li-Wen Hsu
2020-02-25 05:20:20 UTC
A commit references this bug: Author: lwhsu Date: Tue Feb 25 11:56:55 UTC 2020 New revision: 358309 URL: https://svnweb.freebsd.org/changeset/base/358309 Log: Temporarily skip failing test case sys.netpfil.pf.fragmentation.v6 PR: 244393 Sponsored by: The FreeBSD Foundation Changes: head/tests/sys/netpfil/pf/fragmentation.sh It would be really helpful to know which the last good SVN rev was and the first one we know it was failing. I could not figure that out easily from the web. The changes which were on the referenced failure were all entirely unrelated to PF and networking. So I am confused. This appears to be due to https://svnweb.freebsd.org/changeset/base/358167. A commit references this bug: Author: bz Date: Tue Feb 25 15:03:41 UTC 2020 New revision: 358311 URL: https://svnweb.freebsd.org/changeset/base/358311 Log: ip6_output: fix regression introduced in r358167 for ipv6 fragmentation When moving the calculations for the optlen into the if (opt) block which deals with possible extension headers I failed to initialise unfragpartlen to the ipv6 header length if there were no extension headers present. Correct that mistake to make IPv6 fragment length calculcations work again. Reported by: hselasky, kp OKed by: hselasky, kp MFC after: 3 days X-MFC with: r358167 PR: 244393 Changes: head/sys/netinet6/ip6_output.c Hey, thanks for noticing and fixing this ticket. This one is more like a reminder for myself. I haven’t done the analysis myself and that’s why I haven’t assigned this to anyone. Next time I’ll assign to myself first. Sorry for the confusing. A commit references this bug: Author: lwhsu Date: Wed Feb 26 04:54:51 UTC 2020 New revision: 358324 URL: https://svnweb.freebsd.org/changeset/base/358324 Log: Revert r358309 after r358311. PR: 244393 Sponsored by: The FreeBSD Foundation Changes: head/tests/sys/netpfil/pf/fragmentation.sh Fix confirmed. |