From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 28 11:40:54 2006 Return-Path: X-Original-To: freebsd-bugs@FreeBSD.org Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B9B016A401; Tue, 28 Mar 2006 11:40:54 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from mrout2-b.corp.dcn.yahoo.com (mrout2-b.corp.dcn.yahoo.com [216.109.112.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ED6743D45; Tue, 28 Mar 2006 11:40:53 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy7.corp.yahoo.com [216.145.48.98]) by mrout2-b.corp.dcn.yahoo.com (8.13.6/8.13.4/y.out) with ESMTP id k2SBeVpZ068862; Tue, 28 Mar 2006 03:40:32 -0800 (PST) Date: Tue, 28 Mar 2006 19:40:25 +0800 Message-ID: From: gnn@FreeBSD.org To: Robert Watson In-Reply-To: <20060328095916.A19236@fledge.watson.org> References: <20060327184013.6d60173c.zhouyi04@ios.cn> <20060328095916.A19236@fledge.watson.org> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-apple-darwin8.5.1) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: freebsd-bugs@FreeBSD.org, bz@FreeBSD.org, trustedbsd-discuss@FreeBSD.org, zhouyi zhou Subject: Re: settling serious conflicts between MAC and IPSEC X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2006 11:40:54 -0000 At Tue, 28 Mar 2006 10:02:39 +0000 (GMT), rwatson wrote: > Thanks for this report! The M_MOVE_PKTHDR() should do all the > necessary work, including copying the fields referenced in 3472, as > well as handling existing m_tags right. I've attached a patch with > your proposal, which looks and sounds good to me, and CC'd George > and Bjoern in the hopes that one of them will give it a node of > approval before I commit it -- hopefully we can get this MFC'd for > 6.1-RELEASE. Looks good to me. Later, George