Re: [PATCH net-2.6.25 1/10][NETNS][FRAGS]: Move ctl tables around.

2008-01-22 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Tue, 22 Jan 2008 16:55:23 +0300 > This is a preparation for sysctl netns-ization. > Move the ctl tables to the files, where the tuning > variables reside. Plus make the helpers to register > the tables. > > This will simplify the later patches and

[PATCH net-2.6.25 1/10][NETNS][FRAGS]: Move ctl tables around.

2008-01-22 Thread Pavel Emelyanov
This is a preparation for sysctl netns-ization. Move the ctl tables to the files, where the tuning variables reside. Plus make the helpers to register the tables. This will simplify the later patches and will keep similar things closer to each other. ipv4, ipv6 and conntrack_reasm are patched d