[PATCH 2.6.21.1] ipconfig: add support for multiple user devs

2007-06-27 Thread Sean Kormilo
vice. Signed-off-by: Sean Kormilo <[EMAIL PROTECTED]> --- Resend last one to fix a small compile warning, and fix patch formatting. I hit send too soon, sorry! I'm not subscribed to the mailing list, so please CC my email address on any responses. --- linux-2.6.21.1/Documentation/

[PATCH 2.6.21.1] ipconfig: add support for multiple user devs

2007-06-27 Thread Sean Kormilo
vice. Signed-off-by: Sean Kormilo <[EMAIL PROTECTED]> --- Remove the arbitrary 4 device limit per request from David Miller. I was not able to use kmalloc in the ip_auto_config_setup function, it returned NULL. I guess this may make sense given that it is in the kernel commandline parsing pha

[PATCH 2.6.21.1] ipconfig: add support for multiple user devs

2007-05-17 Thread Sean Kormilo
utoconfiguring. Also verified that if an empty string was supplied it would behave as it did before (broadcast on all suitable devices). Verified that a single device behaved as before, and just used the single device. Signed-off-by: Sean Kormilo <[EMAIL PROTECTED]> --- This is my firs