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
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
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
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
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.