ipv6: Remove neigh argument from ndisc_send_redirect()
Instead, compute it as-needed inside of that function using dst_neigh_lookup(). Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5339ab8b1d
commit
4991969a10
3 changed files with 11 additions and 4 deletions
|
@ -133,7 +133,6 @@ extern void ndisc_send_rs(struct net_device *dev,
|
|||
const struct in6_addr *daddr);
|
||||
|
||||
extern void ndisc_send_redirect(struct sk_buff *skb,
|
||||
struct neighbour *neigh,
|
||||
const struct in6_addr *target);
|
||||
|
||||
extern int ndisc_mc_map(const struct in6_addr *addr, char *buf,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue