aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/ipv6/map/Makefile
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-06-04 17:00:32 +0200
committerHans Dedecker <dedeckeh@gmail.com>2018-06-19 13:25:18 +0200
commit2369c89b7514501a7381a7594f367f85cd3f47e2 (patch)
tree732178b2c98272d171e8cf9e7ab5ac46e9fe0a6f /package/network/ipv6/map/Makefile
parenta21210fbb7adf1f7bf1c915177fa7f7fd4a29807 (diff)
downloadupstream-2369c89b7514501a7381a7594f367f85cd3f47e2.tar.gz
upstream-2369c89b7514501a7381a7594f367f85cd3f47e2.tar.bz2
upstream-2369c89b7514501a7381a7594f367f85cd3f47e2.zip
map: make 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. Setting the uci parameter encaplimit to ignore; allows to disable the insertion of the destination option header in the map-e packets. Otherwise the tunnel encapsulation limit value can be set to a value from 0 till 255 by setting the encaplimit uci parameter accordingly. If no encaplimit value is specified the default value is 4 as before. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/ipv6/map/Makefile')
-rw-r--r--package/network/ipv6/map/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/map/Makefile b/package/network/ipv6/map/Makefile
index 77967042b3..cfb7c4ac35 100644
--- a/package/network/ipv6/map/Makefile
+++ b/package/network/ipv6/map/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=map
PKG_VERSION:=4
-PKG_RELEASE:=10
+PKG_RELEASE:=11
PKG_LICENSE:=GPL-2.0
include $(INCLUDE_DIR)/package.mk