]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2de44673290ca17f2df0730d83a9b542c2fe7b66
tree14f63ab4b709a7cb53d048505002e245fb8f5596
parent68f54fbe8c0b6c53bf5c6c838f0c2eb9527fed3f
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