Re: [patch] netcfg get_all_ifs()

2009-07-13 Thread Luca Favatella
On 06/07/2009, Luca Favatella slacky...@gmail.com wrote: On 06/07/2009, Frans Pop elen...@planet.nl wrote: On Monday 06 July 2009, Luca Favatella wrote: This patch substitutes Linux-specific code in get_all_ifs() using getifaddrs(). -if (!strcmp(ibuf, lo))/* ignore the

Re: [patch] netcfg get_all_ifs()

2009-07-13 Thread Luca Favatella
On 13/07/2009, Otavio Salvador ota...@ossystems.com.br wrote: Hello Luca, Hello Otavio. On Mon, Jul 13, 2009 at 11:02 AM, Luca Favatellaslacky...@gmail.com wrote: Solved in the attached version 2 of the patch. I'm not committing this to trunk because could affect d-i on Linux (not in my

[patch] netcfg get_all_ifs()

2009-07-06 Thread Luca Favatella
This patch substitutes Linux-specific code in get_all_ifs() using getifaddrs(). I tested this patch on (linux-)i386 trunk monolithic. It builds and seems to work without regressions. I only tested on default qemu, and the network seems to behave as usual (I didn't complete the installation, but