ipv6: Add redirect support to all protocol icmp error handlers.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@ -483,6 +483,8 @@ void __udp6_lib_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
|
||||
|
||||
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);
|
||||
|
||||
|
Reference in New Issue
Block a user