Searched hist:"251 da4130115b29403a57096fa0988249f31fc55" (Results 1 – 2 of 2) sorted by relevance
/linux/net/ipv4/ |
H A D | ip_input.c | diff 251da4130115b29403a57096fa0988249f31fc55 Wed Jun 27 01:27:09 CEST 2012 David S. Miller <davem@davemloft.net> ipv4: Cache ip_error() routes even when not forwarding.
And account for the fact that, when we are not forwarding, we should bump statistic counters rather than emit an ICMP response.
RP-filter rejected lookups are still not cached.
Since -EHOSTUNREACH and -ENETUNREACH can now no longer be seen in ip_rcv_finish(), remove those checks.
Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | route.c | diff 251da4130115b29403a57096fa0988249f31fc55 Wed Jun 27 01:27:09 CEST 2012 David S. Miller <davem@davemloft.net> ipv4: Cache ip_error() routes even when not forwarding.
And account for the fact that, when we are not forwarding, we should bump statistic counters rather than emit an ICMP response.
RP-filter rejected lookups are still not cached.
Since -EHOSTUNREACH and -ENETUNREACH can now no longer be seen in ip_rcv_finish(), remove those checks.
Signed-off-by: David S. Miller <davem@davemloft.net>
|