于 2012年06月08日 19:20, Gao feng 写道:
now inetpeer doesn't support namespace,the information will
be leaking across namespace.
this patch move the global vars v4_peers and v6_peers to
netns_ipv4 and netns_ipv6 as a field peers.
add struct pernet_operations inetpeer_ops to initial pernet
inetpeer data.
and change family_to_base and inet_getpeer to support namespace.
Signed-off-by: Gao feng <redacted>
---
It seams I send two v3 patch.
Please ignore this duplicate,There must be some wrong with my mail client.
Thanks Eric for reminding me this.