With the updated version of odhcp6c I am successfully receiving delegated ipv6 prefixes from my ISP comcast cable.
I am not certain if this fix is critical because early in my testing I tried quite a few things to get prefix delegation working, and my ISP would occassionally stop delegating ipv6 prefixes, so it may just be a coincidence that everything started working reliably when I upgraded odhcp6c. Signed-off-by: "Eric W. Biederman" <ebied...@xmission.com> --- package/network/ipv6/odhcp6c/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile index 7ed11f9..68ec4f6 100644 --- a/package/network/ipv6/odhcp6c/Makefile +++ b/package/network/ipv6/odhcp6c/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcp6c -PKG_VERSION:=2013-07-03 +PKG_VERSION:=2013-08-01 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/odhcp6c.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=007ae1a6ae8092878adccde1f610ea9dd86e5aad +PKG_SOURCE_VERSION:=7a0a5a7a6378b958f1dde4841504401d9bc0273c PKG_MAINTAINER:=Steven Barth <ste...@midlink.org> include $(INCLUDE_DIR)/package.mk -- 1.7.2.5 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel