openwrtv3/package
Christian Lamparter 7ffb707576 dnsmasq: add listen_address parameter
This patch adds a parser for the uci representation of
dnsmasq's "-a | --listen-address" option.

In summary, this option forces dnsmasq to listen on the
given IP address(es). Both interface and listen-address
options may be given, in which case the set of both
interfaces and addresses is used.

Note that if no interface option is given, but listen_address is,
dnsmasq will not automatically listen on the loopback interface.
To achieve this, the loopback IP addresses, 127.0.0.1 and/or ::1
must be explicitly added.

This option is useful for ujailed dnsmasq instances, that would
otherwise fail to work properly, because listening to the
"This host on this network" address (aka 0.0.0.0 see rfc1700 page 4)
may not be allowed.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> (PKG_RELEASE increase)
2017-10-13 16:54:58 +02:00
..
base-files base-files: create /etc/config/ directory 2017-09-30 22:22:38 +02:00
boot uboot-sunxi: build for NanoPi NEO 2017-10-08 17:16:39 +02:00
devel gdb: bump to 8.0.1 2017-09-29 06:33:39 +03:00
firmware ath10k-ct firmware: Tx-hang and EAPOL handling fixes for wave-2 firmware. 2017-10-12 23:40:27 +02:00
kernel mt76: update to the latest version 2017-10-13 11:45:57 +02:00
libs libnetfilter_conntrack: switch to git 2017-10-09 16:12:00 +03:00
network dnsmasq: add listen_address parameter 2017-10-13 16:54:58 +02:00
system uci: bump to git HEAD version 2017-10-04 21:29:34 +02:00
utils package/utils/f2fs-tools: Update to 1.9.0 2017-09-30 22:43:17 +02:00
Makefile build: cleanup tmp/ dir of target rootfs 2017-05-02 22:10:50 +08:00