diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2017-06-26 10:23:08 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2017-06-26 10:49:13 +0200 |
commit | f33de8023228d7d6545ff12c4f2ef8febb486f37 (patch) | |
tree | ec73840f12cc6897e5f42519bacb1d20ac95b4cf /package/network/services/dnsmasq/Makefile | |
parent | 2c5f16ecac58b0ea88afdccc6febe9d39f016a6e (diff) | |
download | upstream-f33de8023228d7d6545ff12c4f2ef8febb486f37.tar.gz upstream-f33de8023228d7d6545ff12c4f2ef8febb486f37.tar.bz2 upstream-f33de8023228d7d6545ff12c4f2ef8febb486f37.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 35ac6b2891..11baff37e8 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:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://thekelleys.org.uk/dnsmasq/ |