1 May 2012 20:47
Re: [PATCH v2 00/17] netfilter: add namespace support for netfilter protos
Eric W. Biederman <ebiederm <at> xmission.com>
2012-05-01 18:47:45 GMT
2012-05-01 18:47:45 GMT
Gao feng <gaofeng <at> cn.fujitsu.com> writes: > Currently the sysctl of netfilter proto is not isolated, so when > changing proto's sysctl in container will cause the host's sysctl > be changed too. it's not expected. > > This patch set adds the namespace support for netfilter protos. > > impletement four pernet_operations to register sysctl and initial > pernet data for proto. > > -ipv4_net_ops is used to register tcp4(compat), > udp4(compat),icmp(compat),ipv4(compat). > -ipv6_net_ops is used to register tcp6,udp6 and icmpv6. > -sctp_net_ops is used to register sctp4(compat) and sctp6. > -udplite_net_ops is used to register udplite4 and udplite6 > > extern l[3,4]proto (sysctl) register functions to make them support > namespace. > > finailly add namespace support for cttimeout. I am a bit out of it this week so I could not look at these patches in the detail that I would like. However skimming through it looks like you addressed your review comments, and the changes look like the kind of changes I would expect from something like this. I assume you have tested to make certain your code actually works. So on that basis for the patchset:(Continue reading)
RSS Feed