openwrtv4/package/network
Marcin Jurkowski feab5fa51e dnsmasq: fix dhcp "ignore" option on wwan interfaces
Init script won't append --no-dhcp-interface option if interface
protocol is one of: ncm, directip, qmi, mbim.
This is caused by IP address assigned to dynamically created netifd
interfaces. As a result there's no netmask assigned to the main
interface and dhcp_add() function returns prematurely.

By moving network subnet check we can ensure that --no-dhcp-interface is
properly generated for wwan interfaces.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> [PKG_RELEASE increase; move network checks]
2017-09-18 10:14:34 +02:00
..
config treewide: fix shellscript syntax errors/typos 2017-09-13 08:07:54 +02:00
ipv6 odhcp6c: add workaround for broken extendprefix scenario 2017-09-05 14:46:18 +02:00
services dnsmasq: fix dhcp "ignore" option on wwan interfaces 2017-09-18 10:14:34 +02:00
utils tcpdump: noop commit to refer CVEs fixed in 4.9.2 2017-09-18 01:33:40 +03:00