ipv6: Remove neigh argument from ndisc_send_redirect()
authorDavid S. Miller <davem@davemloft.net>
Fri, 27 Jan 2012 23:30:48 +0000 (15:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 Jan 2012 02:00:08 +0000 (21:00 -0500)
commit4991969a1027826c3db19dd3e600e145603e6928
tree87e2986e22f64b746e550ba377a2b59f20b199a9
parent5339ab8b1dd82f14df168fb9bf59449f3e24b03d
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>
include/net/ndisc.h
net/ipv6/ip6_output.c
net/ipv6/ndisc.c