Skip to content
Commit 87e7597b authored by David Miller's avatar David Miller Committed by David S. Miller
Browse files

qeth: Move away from using neighbour entries in qeth_l3_fill_header()



We've moving to a model where dst_entry objects to not have
a reference to the associated neighbour entry, instead such
neighbours must be looked up on-demand.

Here in qeth_l3_fill_header() it's actually much simpler to
use the information in the route itself.  The code is
already conditionalized upon protocol type.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Tested-by: default avatarUrsula Braun <ubraun@linux.vnet.ibm.com>
parent 57b9bef0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment