]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r225030:
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 8 Feb 2012 15:37:34 +0000 (15:37 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 8 Feb 2012 15:37:34 +0000 (15:37 +0000)
commit3d89065f2272cc03fe17f9d5a8cea87071fb7f5d
tree55aaee58e472abbd9b00bec91bceb1e315f712f4
parente1cfcbf95c7f36bdfaa0c6377b13af1e16b3781b
MFC r225030:

 While not explicitly allowed by RFC 2460, in case there is no
 translation technology involved (and that section is suggested to
 be removed by Errata 2843), single packet fragments do not harm.

 There is another errata and further drafts under discussion to clarify
 on these kinds of packets.
 Meanwhile add a sysctl to allow disabling this behaviour again.
 We will treat single packet fragment (a fragment header added
 when not needed) as if there was no fragment header.

 Submitted by: Matthew Luckie (mjl luckie.org.nz) (original version)
PR: kern/145733

git-svn-id: svn://svn.freebsd.org/base/stable/8@231206 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet/ipfw/ip_fw2.c