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
Add workaround to properly register the sstp interface
Signed-off-by: Robert Koszewski <rkkoszewski@gmail.com>
lilik-openwrt-22.03
Robert Koszewski
6 years ago
committed by
Robert Koszewski
parent
f15e39134e
commit
6d6b7beae7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/sstp-client/files/lib/netifd/proto/sstp.sh
+ 1
- 1
net/sstp-client/files/lib/netifd/proto/sstp.sh
View File
@ -96,7 +96,7 @@ proto_sstp_setup() {
ipv6-down-script /lib/netifd/ppp-down
\
${
mtu
:
+mtu
$mtu
mru
$mtu
}
\
$pppd_options
# WORKAROUND: Workaround to properly register the sstp interface (As seeen in: https://forum.archive.openwrt.org/viewtopic.php?id=58007)
# WORKAROUND: Start
sleep
10
Write
Preview
Loading…
Cancel
Save