diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2017-06-26 10:23:08 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2017-07-01 13:53:53 +0200 |
commit | 91d41b630585df9832c9b070230d9e8660903bfc (patch) | |
tree | 9bcd27c87fef88c9efb00dea47f7a214c438c1f8 /package/network/services/dnsmasq/Makefile | |
parent | cca765f64c5577b911f1a04a3cef60cf7a745d4b (diff) | |
download | upstream-91d41b630585df9832c9b070230d9e8660903bfc.tar.gz upstream-91d41b630585df9832c9b070230d9e8660903bfc.tar.bz2 upstream-91d41b630585df9832c9b070230d9e8660903bfc.zip |
dnsmasq: backport tweak ICMP ping logic for DHCPv4
Don't start ping-check of address in DHCP discover if there already
exists a lease for the address. It has been reported under some
circumstances android and netbooted windows devices can reply to
ICMP pings if they have a lease and thus block the allocation of
the IP address the device already has during boot.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r-- | package/network/services/dnsmasq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile index 85308d2b0d..f676033f3c 100644 --- a/package/network/services/dnsmasq/Makefile +++ b/package/network/services/dnsmasq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dnsmasq PKG_VERSION:=2.77 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/ |