Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipv6: fix per device IP snmp counters
In commit 4ce3c18 (snmp: 64bit ipstats_mib for all arches), I forgot to change the /proc/net/dev_snmp6/xxx output for IP counters. percpu array is 64bit per counter but the folding still used the 'long' variant, and output garbage on 32bit arches. Signed-off-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information