commit | ec18d9a2691d69cd14b48f9b919fddcef28b7f5c | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Jul 12 00:25:15 2012 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 12 00:25:15 2012 -0700 |
tree | 4d10135edfe25d4ff56e39330b0f7797b2034b8a | |
parent | 3a5ad2ee5e2c5030d8a303d06f9148a2f893a369 [diff] [blame] |
ipv6: Add redirect support to all protocol icmp error handlers. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c index 1ecd102..99d0077 100644 --- a/net/ipv6/udp.c +++ b/net/ipv6/udp.c
@@ -483,6 +483,8 @@ if (type == ICMPV6_PKT_TOOBIG) ip6_sk_update_pmtu(skb, sk, info); + if (type == NDISC_REDIRECT) + ip6_sk_redirect(skb, sk); np = inet6_sk(sk);