Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2018 11:16:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 229006] ipfw+nat and ng_nat Silently Drop Packets over 4k
Message-ID:  <bug-229006-227-B2Rlwi4487@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229006-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229006-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229006

--- Comment #3 from commit-hook@freebsd.org ---
A commit references this bug:

Author: ae
Date: Thu Jun 14 11:15:40 UTC 2018
New revision: 335133
URL: https://svnweb.freebsd.org/changeset/base/335133

Log:
  In m_megapullup() use m_getjcl() to allocate 9k or 16k mbuf when requeste=
d.

  It is better to try allocate a big mbuf, than just silently drop a big
  packet. A better solution could be reworking of libalias modules to be
  able use m_copydata()/m_copyback() instead of requiring the single
  contiguous buffer.

  PR:           229006
  MFC after:    1 week

Changes:
  head/sys/netinet/libalias/alias.c

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229006-227-B2Rlwi4487>