aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/gre/Makefile
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-10-17 11:02:05 +0200
committerJo-Philipp Wich <jo@mein.io>2018-12-18 17:22:05 +0100
commit1c56c3d2530c6bbf7630dacb0506310ceefdc83a (patch)
treed33c63fcde73408432b9c07f64385d04fb4062ae /package/network/config/gre/Makefile
parentd5dd3b113465de1ba1156a0c34284bb33f7f0460 (diff)
downloadupstream-1c56c3d2530c6bbf7630dacb0506310ceefdc83a.tar.gz
upstream-1c56c3d2530c6bbf7630dacb0506310ceefdc83a.tar.bz2
upstream-1c56c3d2530c6bbf7630dacb0506310ceefdc83a.zip
gre: make encaplimit support configurable
Make inclusion of the destination option header containing the tunnel encapsulation limit configurable for IPv6 GRE packets. Setting the uci parameter encaplimit to ignore; allows to disable the insertion of the destination option header in the IPv6 GRE packets. Otherwise the tunnel encapsulation limit value can be set to a value from 0 till 255 by setting the encaplimit uci parameter accordingly. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> (backported from 3d015e971f5e3f0df8e8ab149fda1270c5c72507)
Diffstat (limited to 'package/network/config/gre/Makefile')
-rw-r--r--package/network/config/gre/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/gre/Makefile b/package/network/config/gre/Makefile
index 73319e80cf..a7e8612c6c 100644
--- a/package/network/config/gre/Makefile
+++ b/package/network/config/gre/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=gre
PKG_VERSION:=1
-PKG_RELEASE:=8
+PKG_RELEASE:=9
PKG_LICENSE:=GPL-2.0
include $(INCLUDE_DIR)/package.mk