commit | be185884b31093555dc10aa32efe0b73c835312e | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Mon Jan 14 05:35:31 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:02:05 2008 -0800 |
tree | 245fe745220352a8757eb8cdff20c9ea59b45314 | |
parent | 8d96544475b236a0f319e492f4828aa8c0801c7f [diff] |
[NETNS][RAW]: Make ipv[46] raw sockets lookup namespaces aware. This requires just to pass the appropriate struct net pointer into __raw_v[46]_lookup and skip sockets that do not belong to a needed namespace. The proper net is get from skb->dev in all the cases. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>