]> 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)
commitb2a00aac3aa326e3e5f0a5bd9ddc3391abc99e61
tree14f63ab4b709a7cb53d048505002e245fb8f5596
parentca3a441d5e10926ca047b3d3a5a076cd511731d4
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