Re: [LEDE-DEV] dnsmasq make DHCPv6 viable for standalone dnsmasq install

2017-02-03 Thread Daniel Petre
On 02/04/2017 05:42 AM, Eric Luehrsen wrote: UCI for stateful+stateless mode. This makes hosts easy targets for ping and other testing (dns-dhcp). This allows Android devices to connect because they won't do DHCPv6 (argh! Google!) config dhcp 'lan' option dhcpv4 'server' option d

Re: [LEDE-DEV] dnsmasq make DHCPv6 viable for standalone dnsmasq install

2017-02-03 Thread Eric Luehrsen
UCI for stateful+stateless mode. This makes hosts easy targets for ping and other testing (dns-dhcp). This allows Android devices to connect because they won't do DHCPv6 (argh! Google!) config dhcp 'lan' option dhcpv4 'server' option dhcpv6 'server' option interface 'lan'

Re: [LEDE-DEV] dnsmasq make DHCPv6 viable for standalone dnsmasq install

2017-02-03 Thread Eric Luehrsen
I just rebuilt LEDE trunk on TL-WDR3600 with dnsmasq-full and odhcpd excluded. I also rebuilt LEDE trunk on TL-Archer-C7 which runs odhcpd+Unbound instead. The Archer is the internet gateway. The WDR is subnet from the Archer. The laptop sending this email is a client of the WDR. We have DHCP-P

[LEDE-DEV] dnsmasq make DHCPv6 viable for standalone dnsmasq install

2017-02-03 Thread Eric Luehrsen
I will look at it this weekend. It seems that maybe some intermediate rebase-to-trunk event chewed up a line of code. The commit was lingering for quite a while. There is a report for another issue also. Its probably an esay fix, just need to stare at it for a while. - Eric Original