From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] xfrm: Notify changes in UDP encapsulation via netlink Date: Tue, 28 Oct 2008 16:01:41 -0700 (PDT) Message-ID: <20081028.160141.176457272.davem@davemloft.net> References: <20081028085119.6A30EEF9BA@strongswan.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: martin@strongswan.org Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:54301 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1753138AbYJ1XCE (ORCPT ); Tue, 28 Oct 2008 19:02:04 -0400 In-Reply-To: <20081028085119.6A30EEF9BA@strongswan.org> Sender: netdev-owner@vger.kernel.org List-ID: From: martin@strongswan.org (Martin Willi) Date: Tue, 28 Oct 2008 09:51:19 +0100 (CET) > Add new_mapping() implementation to the netlink xfrm_mgr to notify > address/port changes detected in UDP encapsulated ESP packets. > > Signed-off-by: Martin Willi Applied, thanks a lot. > + um = nlmsg_data(nlh); > + > + memcpy(&um->id.daddr, &x->id.daddr, sizeof(um->id.daddr)); That second line has trailing whitespace which I fixed up by hand when applying this patch. Please avoid this in the future.