lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 24 Feb 2010 16:26:10 +0800
From:	Shan Wei <shanwei@...fujitsu.com>
To:	Alexey Dobriyan <adobriyan@...il.com>
CC:	netdev@...r.kernel.org
Subject: Re: [RFC PATCH net-next 1/5]IPv6:netfilter: defrag:Introduce net
 namespace

Alexey Dobriyan wrote, at 02/24/2010 03:48 PM:
>> -		.procname	= "nf_conntrack_frag6_timeout",
>> -		.data		= &nf_init_frags.timeout,
>> -		.maxlen		= sizeof(unsigned int),
>> -		.mode		= 0644,
>> -		.proc_handler	= proc_dointvec_jiffies,
> 
> Why are you removing sysctls?

Because, after introduced net namespace, we can use net->ipv6.frags to 
manage IPv6 conntrack fragment queue instead of nf_init_frags. 
And sysctls of ip6frag_low_thresh, ip6frag_time and ip6frag_high_thresh 
also can control IPv6 conntrack fragment queue.

So, private member of nf_init_frags becomes redundant, and remove these sysctls. 

-- 
Best Regards
-----
Shan Wei
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ