This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#3049
from dedeckeh/pr_l2tp_teardown_on_l3_link_down
xl2tpd: Enable netifd notification teardown_on_l3_link_down
lilik-openwrt-22.03
Yousong Zhou
8 years ago
committed by
GitHub
parent
4bb3b82782
29311407ef
commit
5ae3447d2c
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/xl2tpd/Makefile
+1
-0
net/xl2tpd/files/l2tp.sh
+ 1
- 1
net/xl2tpd/Makefile
View File
@ -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
+ 1
- 0
net/xl2tpd/files/l2tp.sh
View File
@ -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
(
)
{
Write
Preview
Loading…
Cancel
Save