netfilter: increase IPSTATS_MIB_CSUMERRORS stat
authorTaehee Yoo <ap420073@gmail.com>
Fri, 16 Feb 2018 19:18:15 +0000 (04:18 +0900)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 25 Feb 2018 19:14:18 +0000 (20:14 +0100)
commit2412d897c2c34ab5a9834a2dc472512d96e485ef
treea41e5a172f8ce6107638fe41da7dc7bb70d8bf82
parentf4b7ac5ec37d0b6b183677d8b3f10576b18945fd
netfilter: increase IPSTATS_MIB_CSUMERRORS stat

In the ip_rcv, IPSTATS_MIB_CSUMERRORS is increased when
checksum error is occurred.
bridge netfilter routine should increase IPSTATS_MIB_CSUMERRORS.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/bridge/br_netfilter_hooks.c