netfilter: ipv6: move xfrm_lookup at end of ip6_route_me_harder
authorUlrich Weber <uweber@astaro.com>
Thu, 15 Apr 2010 10:37:18 +0000 (12:37 +0200)
committerPatrick McHardy <kaber@trash.net>
Thu, 15 Apr 2010 10:37:18 +0000 (12:37 +0200)
xfrm_lookup should be called after ip6_route_output skb_dst_set,
otherwise skb_dst_set of xfrm_lookup is pointless

Signed-off-by: Ulrich Weber <uweber@astaro.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv6/netfilter.c

Simple merge