l2tp: don't log data frames
authorTom Parkin <tparkin@katalix.com>
Sat, 22 Aug 2020 14:59:01 +0000 (15:59 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 22 Aug 2020 19:44:37 +0000 (12:44 -0700)
commit12923365eb3db5710adcd6abb69e93899e003554
tree14f63ab4b709a7cb53d048505002e245fb8f5596
parent1aecbf1861f825af2822e30b8d5c075360a2656a
l2tp: don't log data frames

l2tp had logging to trace data frame receipt and transmission, including
code to dump packet contents.  This was originally intended to aid
debugging of core l2tp packet handling, but is of limited use now that
code is stable.

Signed-off-by: Tom Parkin <tparkin@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_core.c
net/l2tp/l2tp_eth.c
net/l2tp/l2tp_ip.c
net/l2tp/l2tp_ip6.c
net/l2tp/l2tp_ppp.c