git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f15e391
)
Add workaround to properly register the sstp interface
author
Robert Koszewski
<redacted>
Tue, 11 Jun 2019 16:44:12 +0000
(18:44 +0200)
committer
Robert Koszewski
<redacted>
Sun, 16 Jun 2019 16:44:34 +0000
(18:44 +0200)
Signed-off-by: Robert Koszewski <redacted>
net/sstp-client/files/lib/netifd/proto/sstp.sh
patch
|
blob
|
history
diff --git
a/net/sstp-client/files/lib/netifd/proto/sstp.sh
b/net/sstp-client/files/lib/netifd/proto/sstp.sh
index 1419d081f993f36414fb0115d82d7709fa833fb5..f8cb704c51981e5dc3d73d016a13cc07b3bdf513 100755
(executable)
--- a/
net/sstp-client/files/lib/netifd/proto/sstp.sh
+++ b/
net/sstp-client/files/lib/netifd/proto/sstp.sh
@@
-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
git clone https://git.99rst.org/PROJECT