summaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/odhcp6c/Makefile
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-08-09 17:56:19 +0200
committerJo-Philipp Wich <jo@mein.io>2018-12-18 11:01:56 +0100
commit7a52e0a7ab0847002c6f1e6d02083739ef641ab4 (patch)
tree71d5075f83813da11c114924669270238d99290d /package/network/ipv6/odhcp6c/Makefile
parentcc6da6fa1ad6ce55cbab3f9cbb966bd7df83869e (diff)
downloadopenwrt-7a52e0a7ab0847002c6f1e6d02083739ef641ab4.tar.gz
openwrt-7a52e0a7ab0847002c6f1e6d02083739ef641ab4.tar.bz2
openwrt-7a52e0a7ab0847002c6f1e6d02083739ef641ab4.zip
odhcp6c: apply IPv6/ND configuration earlier
Apply IPv6/ND configuration before proto_send_update so that all config info is available when netifd is handling the notify_proto ubus call. In particular this fixes an issue when netifd is updating the downstream IPv6 mtu as netifd was still using the not yet updated upstream IPv6 mtu to set the downstream IPv6 mtu Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> (backported from 2e02fdb3637c7a0320d230a3232d61e874c1e4d1)
Diffstat (limited to 'package/network/ipv6/odhcp6c/Makefile')
-rw-r--r--package/network/ipv6/odhcp6c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/odhcp6c/Makefile b/package/network/ipv6/odhcp6c/Makefile
index c9a893b57b..451f0962bb 100644
--- a/package/network/ipv6/odhcp6c/Makefile
+++ b/package/network/ipv6/odhcp6c/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=odhcp6c
-PKG_RELEASE:=14.1
+PKG_RELEASE:=15
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/odhcp6c.git