Re: [PATCH] net: add multiple nameserver support

2012-12-10 Thread Christoph Fritz
On Sun, 2012-09-23 at 15:57 +0200, Christoph Fritz wrote: > On Sun, 2012-09-23 at 15:29 +0200, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > On 14:11 Sun 23 Sep , Christoph Fritz wrote: > > > Today limit it to 2 > > > > > > Update dhcp support as option 6 allow to get n nameserver > > > If mor

Re: [PATCH] net: add multiple nameserver support

2012-09-23 Thread Christoph Fritz
On Sun, 2012-09-23 at 15:29 +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 14:11 Sun 23 Sep , Christoph Fritz wrote: > > Today limit it to 2 > > > > Update dhcp support as option 6 allow to get n nameserver > > If more than 2 nameserver are provided by the DHCP server ignore them. > I ret

Re: [PATCH] net: add multiple nameserver support

2012-09-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:11 Sun 23 Sep , Christoph Fritz wrote: > Today limit it to 2 > > Update dhcp support as option 6 allow to get n nameserver > If more than 2 nameserver are provided by the DHCP server ignore them. I rethink about it and no I do not want wo check it the format here as I plan to make the g

[PATCH] net: add multiple nameserver support

2012-09-23 Thread Christoph Fritz
Today limit it to 2 Update dhcp support as option 6 allow to get n nameserver If more than 2 nameserver are provided by the DHCP server ignore them. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Christoph Fritz --- net/dhcp.c | 24 +++- net/dns.c | 19