Date: Fri, 1 Oct 2004 19:18:55 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netkey key.c Message-ID: <200410011918.i91JItJk033778@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2004-10-01 19:18:55 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/netkey key.c
Log:
MFC rev 1.68:
Merge netipsec/key.c:1.17 into KAME pfkey implementation:
date: 2004/09/26 02:01:27; author: sam; state: Exp; lines: +0 -5
Correct handling of SADB_UPDATE and SADB_ADD requests. key_align may
split the mbuf due to use of m_pulldown. Discarding the result because
of this does not make sense as no subsequent code depends on the entire
msg being linearized (only the individual pieces). It's likely
something else is wrong here but for now this appears to get things back
to a working state.
Submitted by: Roselyn Lee
This change was also made in the KAME CVS repository as key.c:1.337 by
itojun.
Approved by: re
Revision Changes Path
1.65.2.2 +0 -5 src/sys/netkey/key.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410011918.i91JItJk033778>
