Re: [PATCH net] Count IPv6 interface receive statistics on the ingress netdev

2018-04-17 Thread David Miller
From: Stephen Suryaputra Date: Mon, 16 Apr 2018 13:42:16 -0400 > The statistics such as InHdrErrors should be counted on the ingress > netdev rather than on the dev from the dst, which is the egress. > > Signed-off-by: Stephen Suryaputra This looks

[PATCH net] Count IPv6 interface receive statistics on the ingress netdev

2018-04-16 Thread Stephen Suryaputra
The statistics such as InHdrErrors should be counted on the ingress netdev rather than on the dev from the dst, which is the egress. Signed-off-by: Stephen Suryaputra --- include/net/addrconf.h | 14 +++ net/ipv6/exthdrs.c | 55