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