Re: [PATCH net-next] l2tp: rely on ppp layer for skb scrubbing

2016-01-04 Thread David Miller
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 >

[PATCH net-next] l2tp: rely on ppp layer for skb scrubbing

2015-12-29 Thread Guillaume Nault
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 --- net/l2tp/l2tp_ppp.c |