commit | 435e8eb27edb4da0b47b9b980239bd59057a7362 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Mon Mar 02 00:14:14 2015 -0600 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 02 16:43:41 2015 -0500 |
tree | 56316bfd883fa759f7a6fc7744088028b64e7b85 | |
parent | bdf53c58490bb52e17636eca8ad18d2c38ec3cb8 [diff] |
neigh: Don't require a dst in neigh_resolve_output Having a dst helps a little bit for teql but is fundamentally unnecessary and there are code paths where a dst is not available that it would be nice to use the neighbour cache. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>