diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-08 22:20:38 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-02-08 22:20:38 +0000 |
commit | 7be42a71e1c3cb29890e9ff3bf5286575361e8b6 (patch) | |
tree | b4dfdaf14d2687244a3c614e840324b055c914bc /package/network/ipv6/6in4/Makefile | |
parent | 4b0fbf30726cf6807508b7025fef023439e07572 (diff) | |
download | upstream-7be42a71e1c3cb29890e9ff3bf5286575361e8b6.tar.gz upstream-7be42a71e1c3cb29890e9ff3bf5286575361e8b6.tar.bz2 upstream-7be42a71e1c3cb29890e9ff3bf5286575361e8b6.zip |
6in4: fix update timeout
The recent rework of the 6in4 endpoint update broke the retry mechanism.
Rework the timeout handling and make the update status more verbose.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44327
Diffstat (limited to 'package/network/ipv6/6in4/Makefile')
-rw-r--r-- | package/network/ipv6/6in4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/6in4/Makefile b/package/network/ipv6/6in4/Makefile index 0dc1068b3f..ef9691227a 100644 --- a/package/network/ipv6/6in4/Makefile +++ b/package/network/ipv6/6in4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6in4 -PKG_VERSION:=19 +PKG_VERSION:=20 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 |