commit | 503eebc265dcf5c512454fd5a6b6673ea4f1d7f2 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Tue Jul 05 11:27:37 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 05 09:06:28 2016 -0700 |
tree | c1d66bfa44f67121373f4ea98a4857e5645a17eb | |
parent | 9046a745e29aa4c7e4f1dda3a50199dbe62fc9e8 [diff] |
net: add dev arg to ndo_neigh_construct/destroy As the following patch will allow upper devices to follow the call down lower devices, we need to add dev here and not rely on n->dev. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Reviewed-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>