]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/ipv4/ping.c
ipv4: Add redirect support to all protocol icmp error handlers.
[karo-tx-linux.git] / net / ipv4 / ping.c
index 340fcf29a966399c596dac530f27fb1fb3651974..6232d476f37e952add50d1cbec69c316b879a27a 100644 (file)
@@ -387,6 +387,7 @@ void ping_err(struct sk_buff *skb, u32 info)
                break;
        case ICMP_REDIRECT:
                /* See ICMP_SOURCE_QUENCH */
+               ipv4_sk_redirect(skb, sk);
                err = EREMOTEIO;
                break;
        }