aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2016-08-12 17:28:49 +0800
committerGitHub <noreply@github.com>2016-08-12 17:28:49 +0800
commit5ae3447d2c708a9f15979c79fc3e6db45545a0a9 (patch)
tree9c2d25159afd552eba4869fed6a8eff00eb7bec0
parent4bb3b827822e2cf226dc8e49f91f03266fe23e13 (diff)
parent29311407ef8120eebe9dafc299484b1e5abbd151 (diff)
Merge pull request #3049 from dedeckeh/pr_l2tp_teardown_on_l3_link_down
xl2tpd: Enable netifd notification teardown_on_l3_link_down
-rw-r--r--net/xl2tpd/Makefile2
-rw-r--r--net/xl2tpd/files/l2tp.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/net/xl2tpd/Makefile b/net/xl2tpd/Makefile
index 5cf83c5f2..ae5a41be0 100644
--- a/net/xl2tpd/Makefile
+++ b/net/xl2tpd/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=xl2tpd
PKG_VERSION:=devel-20151125
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com>
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=LICENSE
diff --git a/net/xl2tpd/files/l2tp.sh b/net/xl2tpd/files/l2tp.sh
index 946973cd5..38c80256b 100644
--- a/net/xl2tpd/files/l2tp.sh
+++ b/net/xl2tpd/files/l2tp.sh
@@ -21,6 +21,7 @@ proto_l2tp_init_config() {
available=1
no_device=1
no_proto_task=1
+ teardown_on_l3_link_down=1
}
proto_l2tp_setup() {