aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/odhcp6c/Makefile
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-05-29 15:31:21 +0200
committerHans Dedecker <dedeckeh@gmail.com>2018-06-04 17:05:28 +0200
commit327c711da495483099a30e3f80e0fd8a85e8192d (patch)
tree7780f3cfd4e40fbc697e8b3c5003ab2c2f73b7ff /package/network/ipv6/odhcp6c/Makefile
parenta3372953e99bc2b4da38fdb62c33215ae5623464 (diff)
downloadupstream-327c711da495483099a30e3f80e0fd8a85e8192d.tar.gz
upstream-327c711da495483099a30e3f80e0fd8a85e8192d.tar.bz2
upstream-327c711da495483099a30e3f80e0fd8a85e8192d.zip
odhcp6c: make ds-lite/map tunnel encapsulation limit support configurable (FS#1501)
Be compatible with ISPs which don't support the destination option header containing the tunnel encapsulation limit as reported in FS#1501 for dynamic created ds-lite/map interfaces. Setting the uci parameter encaplimit_dslite/map to ignore; allows to disable the insertion of the destination option header for the dynamic created ds-lite/map interface. Otherwise the tunnel encapsulation limit value can be set to a value from 0 till 255 by setting the encaplimit_dslite/map uci parameter accordingly. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
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 4ecafc9276..64656dfd77 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:=11
+PKG_RELEASE:=12
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/odhcp6c.git