[Bug 244393] Failing test case: sys.netpfil.pf.fragmentation.v6

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 25 15:04:19 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244393

--- Comment #4 from commit-hook at freebsd.org ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-testing mailing list