Re: [PATCH 2/4] [IPV4]: Convert IPv4 devconf to an array

2007-06-04 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Tue, 05 Jun 2007 16:31:02 +1000 > [IPV4]: Convert IPv4 devconf to an array > > This patch converts the ipv4_devconf config members (everything except > sysctl) to an array. This allows easier manipulation which will be > needed later on to provide bette

[PATCH 2/4] [IPV4]: Convert IPv4 devconf to an array

2007-06-04 Thread Herbert Xu
[IPV4]: Convert IPv4 devconf to an array This patch converts the ipv4_devconf config members (everything except sysctl) to an array. This allows easier manipulation which will be needed later on to provide better management of default config values. Signed-off-by: Herbert Xu <[EMAIL PROTECTED]>