From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] l2tp: rely on ppp layer for skb scrubbing Date: Mon, 04 Jan 2016 16:45:59 -0500 (EST) Message-ID: <20160104.164559.1746925711107907320.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jchapman@katalix.com To: g.nault@alphalink.fr Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:48588 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751862AbcADVqA (ORCPT ); Mon, 4 Jan 2016 16:46:00 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Guillaume Nault Date: Tue, 29 Dec 2015 13:06:59 +0100 > Since 79c441ae505c ("ppp: implement x-netns support"), the PPP layer > calls skb_scrub_packet() whenever the skb is received on the PPP > device. Manually resetting packet meta-data in the L2TP layer is thus > redundant. > > Signed-off-by: Guillaume Nault Applied, thank you.