odhcpd: unsolicited unicast RAs + fix NDP-relay
authorSteven Barth <cyrus@openwrt.org>
Tue, 14 Jul 2015 09:12:29 +0000 (09:12 +0000)
committerSteven Barth <cyrus@openwrt.org>
Tue, 14 Jul 2015 09:12:29 +0000 (09:12 +0000)
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

package/network/services/odhcpd/Makefile

index 0c40f90605fad121af8285448e7e58895d14456d..cbdddb77c4264d3becb4213bd73e5e79f2f9c127 100644 (file)
@@ -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