Re: [PATCH 1/2] main: Introduce conf file option to ignore DHCP hostname option

2012-08-09 Thread Marcel Holtmann
Hi Jukka, > The DisableDHCPHostnameOption in system config file can be used > to ignore the received DHCP hostname option (12). > --- > src/main.c| 13 + > src/main.conf |6 ++ > 2 files changed, 19 insertions(+) > > diff --git a/src/main.c b/src/main.c > index 1e4809f.

Re: [PATCH 1/2] main: Introduce conf file option to ignore DHCP hostname option

2012-08-09 Thread Lucas De Marchi
On Thu, Aug 9, 2012 at 8:05 AM, Jukka Rissanen wrote: > The DisableDHCPHostnameOption in system config file can be used > to ignore the received DHCP hostname option (12). > --- > src/main.c| 13 + > src/main.conf |6 ++ > 2 files changed, 19 insertions(+) > > diff --git

[PATCH 1/2] main: Introduce conf file option to ignore DHCP hostname option

2012-08-09 Thread Jukka Rissanen
The DisableDHCPHostnameOption in system config file can be used to ignore the received DHCP hostname option (12). --- src/main.c| 13 + src/main.conf |6 ++ 2 files changed, 19 insertions(+) diff --git a/src/main.c b/src/main.c index 1e4809f..70c73ef 100644 --- a/src/mai