commit | 55be7a9c6074f749d617a7fc1914c9a23505438c | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Jul 11 21:27:49 2012 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 11 21:27:49 2012 -0700 |
tree | 507268878abc1c5f5476823264b6f9f8acefa205 | |
parent | b42597e2f36e2043756aa7462faddf630962f061 [diff] [blame] |
ipv4: Add redirect support to all protocol icmp error handlers. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/udp.c b/net/ipv4/udp.c index ee37d47..b4c3582 100644 --- a/net/ipv4/udp.c +++ b/net/ipv4/udp.c
@@ -630,6 +630,9 @@ err = icmp_err_convert[code].errno; } break; + case ICMP_REDIRECT: + ipv4_sk_redirect(skb, sk); + break; } /*