Re: [PATCH 6/6] [IPV4] SNMP: Display new statistics at /proc/net/snmp
From: David Miller <davem@davemloft.net>
Date: 2007-05-03 10:15:45
From: David Miller <davem@davemloft.net>
Date: 2007-05-03 10:15:45
From: Mitsuru Chinen <redacted> Date: Wed, 2 May 2007 10:05:13 +0900
[IPV4] SNMP: Display new statistics at /proc/net/netstat This displays the statistics specified in the updated IP-MIB RFC (RFC4293) in /proc/net/netstat. The reason why these are not added to /proc/net/snmp is that some existing utilities are developed under the assumption that ipstat items in /proc/net/snmp is unchanged. Signed-off-by: Mitsuru Chinen <redacted>
Magic constant "17" is not the best, somebody will break this next time this table it touched. Why not use another sentinel, or something like that, to mark the entry groups?