commit | 98f40b3e22aed519bc545ba3cc7d884ede9428c9 | [log] [tgz] |
---|---|---|
author | Guillaume Nault <g.nault@alphalink.fr> | Tue Dec 29 13:06:59 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 04 16:45:24 2016 -0500 |
tree | 28e634b6da2bc2be941ecfaaa839f6e593d7bf9d | |
parent | 04c67a90ab947560564f875033f0e06ddfa0c7af [diff] |
l2tp: rely on ppp layer for skb scrubbing 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 <g.nault@alphalink.fr> Signed-off-by: David S. Miller <davem@davemloft.net>