diff options
author | David S. Miller <davem@davemloft.net> | 2012-07-12 03:33:37 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-12 03:33:37 -0400 |
commit | b94f1c0904da9b8bf031667afc48080ba7c3e8c9 (patch) | |
tree | ebf088c677a9b930d43e4961e14722e2ca1adbe6 /include/net/ip6_route.h | |
parent | ec18d9a2691d69cd14b48f9b919fddcef28b7f5c (diff) |
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 'include/net/ip6_route.h')
-rw-r--r-- | include/net/ip6_route.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 693940565d8..b6b6f7d6f3c 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h | |||
@@ -133,8 +133,6 @@ extern int rt6_route_rcv(struct net_device *dev, | |||
133 | u8 *opt, int len, | 133 | u8 *opt, int len, |
134 | const struct in6_addr *gwaddr); | 134 | const struct in6_addr *gwaddr); |
135 | 135 | ||
136 | extern void rt6_redirect(struct sk_buff *skb); | ||
137 | |||
138 | extern void ip6_update_pmtu(struct sk_buff *skb, struct net *net, __be32 mtu, | 136 | extern void ip6_update_pmtu(struct sk_buff *skb, struct net *net, __be32 mtu, |
139 | int oif, u32 mark); | 137 | int oif, u32 mark); |
140 | extern void ip6_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, | 138 | extern void ip6_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, |