From: Tom Parkin <tpar...@katalix.com> Date: Tue, 29 Sep 2020 13:35:41 +0100
> When an L2TPv3 session receives a data frame with an incorrect cookie > l2tp_core logs a warning message and bumps a stats counter to reflect > the fact that the packet has been dropped. > > However, the stats counter in question is missing from the l2tp_netlink > get message for tunnel and session instances. > > Include the statistic in the netlink get response. > > Signed-off-by: Tom Parkin <tpar...@katalix.com> Please in the future put a "v2" into your Subject like like "[PATCH v2 net-next]" when you post a new version of a patch. Applied to net-next, thanks.