From: Dietmar Eggemann Date: Tue, 28 Jun 2005 20:06:23 +0000 (-0700) Subject: [IPV4]: Snmpv2 Mib IP counter ipInAddrErrors support X-Git-Tag: v2.6.13-rc1~2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c2910a401f1ce2ac9136171e7522e731e1a2a8c;p=pandora-kernel.git [IPV4]: Snmpv2 Mib IP counter ipInAddrErrors support I followed Thomas' proposal to see every martian destination as a case where the ipInAddrErrors counter has to be incremented. There are two advantages by doing so: (1) The relation between the ipInReceive counter and all the other ipInXXX counters is more accurate in the case the RTN_UNICAST code check fails and (2) it makes the code in ip_route_input_slow easier. Signed-off-by: Dietmar Eggemann Signed-off-by: David S. Miller --- Reading git-diff-tree failed