From: Alexey Dobriyan Date: Wed, 8 Oct 2008 09:35:03 +0000 (+0200) Subject: netfilter: netns: fix {ip,6}_route_me_harder() in netns X-Git-Tag: v2.6.28-rc1~717^2~109^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b21f89019399ff75d9c239010e38b840eb6e01e7;p=pandora-kernel.git netfilter: netns: fix {ip,6}_route_me_harder() in netns Take netns from skb->dst->dev. It should be safe because, they are called from LOCAL_OUT hook where dst is valid (though, I'm not exactly sure about IPVS and queueing packets to userspace). [Patrick: its safe everywhere since they already expect skb->dst to be set] Signed-off-by: Alexey Dobriyan Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed