commit | b21f89019399ff75d9c239010e38b840eb6e01e7 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Wed Oct 08 11:35:03 2008 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Wed Oct 08 11:35:03 2008 +0200 |
tree | f4b2ef9f75e2330b983ba27515a5687f8e923e24 | |
parent | 400dad39d1c33fe797e47326d87a3f54d0ac5181 [diff] |
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 <adobriyan@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>