diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-07-14 09:12:29 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-07-14 09:12:29 +0000 |
commit | 63ef3540d1d5655b16098d63726595fda4dae392 (patch) | |
tree | 621c492d2ffd76216129a7d1df3313eae7e1d9c5 | |
parent | c18f603ba4359e0b939a659acb38e3ca4299b5fd (diff) | |
download | upstream-63ef3540d1d5655b16098d63726595fda4dae392.tar.gz upstream-63ef3540d1d5655b16098d63726595fda4dae392.tar.bz2 upstream-63ef3540d1d5655b16098d63726595fda4dae392.zip |
odhcpd: unsolicited unicast RAs + fix NDP-relay
odhcpd now sends unsolicited RAs also via unicast to known link-local
neighbors. This is an attempt to work-around common smartphone issues
https://code.google.com/p/android/issues/detail?id=32662
Also NDP-relay should now work more reliably now
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46357
-rw-r--r-- | package/network/services/odhcpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/odhcpd/Makefile b/package/network/services/odhcpd/Makefile index 0c40f90605..cbdddb77c4 100644 --- a/package/network/services/odhcpd/Makefile +++ b/package/network/services/odhcpd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcpd -PKG_VERSION:=2015-05-21 +PKG_VERSION:=2015-07-14 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=git://github.com/sbyx/odhcpd.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=2ebf6c8216287983779c8ec6597d30893b914a7c +PKG_SOURCE_VERSION:=10fc5665634151fbd8bfd6503db25a4652a0839a PKG_MAINTAINER:=Steven Barth <steven@midlink.org> PKG_LICENSE:=GPL-2.0 |