neigh: Don't require dst in neigh_hh_init
- Add protocol to neigh_tbl so that dst->ops->protocol is not needed - Acquire the device from neigh->dev This results in a neigh_hh_init that will cache the samve values regardless of the packets flowing through it. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
59b2af26b9
commit
bdf53c5849
@@ -117,6 +117,7 @@ static const struct neigh_ops ndisc_direct_ops = {
|
||||
struct neigh_table nd_tbl = {
|
||||
.family = AF_INET6,
|
||||
.key_len = sizeof(struct in6_addr),
|
||||
.protocol = cpu_to_be16(ETH_P_IPV6),
|
||||
.hash = ndisc_hash,
|
||||
.constructor = ndisc_constructor,
|
||||
.pconstructor = pndisc_constructor,
|
||||
|
Reference in New Issue
Block a user