[LEDE-DEV] initialisation/startup of dnsmasq for multiple instances is broken

2017-02-03 Thread Eric Luehrsen
Small mistake that is easily fixed. See pull request: https://github.com/lede-project/source/pull/780 On 02/03/2017 10:21 AM, e9hack wrote: > my dhcp config file looks like this: ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infrade

Re: [LEDE-DEV] initialisation/startup of dnsmasq for multiple instances is broken

2017-02-03 Thread e9hack
Am 03.02.2017 um 04:45 schrieb Eric Luehrsen: > Precisely, > what are you expecting and what isnt happening? Could you cut n paste > snippets from uci and conf as examples? my dhcp config file looks like this: config dnsmasq 'main' option nonwildcard '1' option ... conf

[LEDE-DEV] initialisation/startup of dnsmasq for multiple instances is broken

2017-02-02 Thread Eric Luehrsen
That should all be happening "within" the instance and all options written to the current instance conf file. Each 'config dhcp name' section is unique to itself yet another layer within this. Precisely, what are you expecting and what isnt happening? Could you cut n paste snippets from uci and

[LEDE-DEV] initialisation/startup of dnsmasq for multiple instances is broken

2017-02-02 Thread Eric Luehrsen
That should all be happening "within" the instance and all options written to the current instance conf file. Each 'config dhcp name' section is unique to itself yet another layer within this. Precisely, what are you expecting and what isnt happening? Could you cut n paste snippets from uci and

[LEDE-DEV] initialisation/startup of dnsmasq for multiple instances is broken

2017-02-02 Thread e9hack
Hi, the commit 9525743c076393336cd2129539c974f8a01c7894, dnsmasq: make DHCPv6 viable for standalone dnsmasq install breaks the possibility to run multiple instances of dnsmasq. The option instance is ignored to generate the dhcp-range definition for different instances. Please fix this issue.