From: Julian Anastasov <[email protected]>
Date: Sat, 25 Feb 2017 17:57:43 +0200
> Fix xfrm_neigh_lookup to provide dst->path to the
> neigh_lookup dst_ops method.
>
> When skb is provided, the IP address in packet should already
> match the dst->path address family. But for the non-skb case,
> we should consider the last tunnel address as nexthop address.
>
> Fixes: f894cbf847c9 ("net: Add optional SKB arg to dst_ops->neigh_lookup().")
> Signed-off-by: Julian Anastasov <[email protected]>
This looks good to me.
Steffen, I applied this directly to my tree, I hope you don't mind.