Searched hist:"2 c2910a401f1ce2ac9136171e7522e731e1a2a8c" (Results 1 – 2 of 2) sorted by relevance
/linux/net/ipv4/ |
H A D | ip_input.c | diff 2c2910a401f1ce2ac9136171e7522e731e1a2a8c Tue Jun 28 22:06:23 CEST 2005 Dietmar Eggemann <dietmar.eggemann@gmx.de> [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 <dietmar.eggemann@gmx.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | route.c | diff 2c2910a401f1ce2ac9136171e7522e731e1a2a8c Tue Jun 28 22:06:23 CEST 2005 Dietmar Eggemann <dietmar.eggemann@gmx.de> [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 <dietmar.eggemann@gmx.de> Signed-off-by: David S. Miller <davem@davemloft.net>
|