commit | edf391ff17232f097d72441c9ad467bcb3b5db18 | [log] [tgz] |
---|---|---|
author | Neil Horman <nhorman@tuxdriver.com> | Mon Apr 27 02:45:02 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 27 02:45:02 2009 -0700 |
tree | 3d1566e92aff168be842f6033695d234b6597180 | |
parent | 06bd12c3b861f8ca9e1215428b19dc0026c6268f [diff] |
snmp: add missing counters for RFC 4293 The IP MIB (RFC 4293) defines stats for InOctets, OutOctets, InMcastOctets and OutMcastOctets: http://tools.ietf.org/html/rfc4293 But it seems we don't track those in any way that easy to separate from other protocols. This patch adds those missing counters to the stats file. Tested successfully by me With help from Eric Dumazet. Signed-off-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>