ipReasmTimeout in /proc/net/snmp is wrong

From: Marty Leisner
Date: Mon Jul 27 2009 - 15:39:56 EST


In RFC1213/2011, it says:

ipReasmTimeout OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The maximum number of seconds which received fragments are
held while they are awaiting reassembly at this entity."
::= { ip 13 }

This is correctly reflected in
/proc/sys/net/ipv4/ipfrag_time

>From /proc/net/snmp:
IP:ReasmTimeout is a counter -- incremented in net/ipv4/ip_fragment/ip_expire.

I think this is incorrect.
(this is in all kernels from 2.6.20-30).

Note sure what will be the most expedient way to rectify this.


marty
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/