summaryrefslogtreecommitdiffstats
path: root/net/ipv6/icmp.c
diff options
context:
space:
mode:
authorDavid S. Miller2012-07-12 09:33:37 +0200
committerDavid S. Miller2012-07-12 09:33:37 +0200
commitb94f1c0904da9b8bf031667afc48080ba7c3e8c9 (patch)
treeebf088c677a9b930d43e4961e14722e2ca1adbe6 /net/ipv6/icmp.c
parentipv6: Add redirect support to all protocol icmp error handlers. (diff)
downloadkernel-qcow2-linux-b94f1c0904da9b8bf031667afc48080ba7c3e8c9.tar.gz
kernel-qcow2-linux-b94f1c0904da9b8bf031667afc48080ba7c3e8c9.tar.xz
kernel-qcow2-linux-b94f1c0904da9b8bf031667afc48080ba7c3e8c9.zip
ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().
And delete rt6_redirect(), since it is no longer used. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/icmp.c')
-rw-r--r--net/ipv6/icmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/icmp.c b/net/ipv6/icmp.c
index a113f7d7e938..24d69dbca4d6 100644
--- a/net/ipv6/icmp.c
+++ b/net/ipv6/icmp.c
@@ -598,7 +598,7 @@ out:
icmpv6_xmit_unlock(sk);
}
-static void icmpv6_notify(struct sk_buff *skb, u8 type, u8 code, __be32 info)
+void icmpv6_notify(struct sk_buff *skb, u8 type, u8 code, __be32 info)
{
const struct inet6_protocol *ipprot;
int inner_offset;