Add workaround to properly register the sstp interface
Signed-off-by: Robert Koszewski <rkkoszewski@gmail.com>
This commit is contained in:
parent
f15e39134e
commit
6d6b7beae7
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ proto_sstp_setup() {
|
||||||
ipv6-down-script /lib/netifd/ppp-down \
|
ipv6-down-script /lib/netifd/ppp-down \
|
||||||
${mtu:+mtu $mtu mru $mtu} \
|
${mtu:+mtu $mtu mru $mtu} \
|
||||||
$pppd_options
|
$pppd_options
|
||||||
|
|
||||||
# WORKAROUND: Workaround to properly register the sstp interface (As seeen in: https://forum.archive.openwrt.org/viewtopic.php?id=58007)
|
# WORKAROUND: Workaround to properly register the sstp interface (As seeen in: https://forum.archive.openwrt.org/viewtopic.php?id=58007)
|
||||||
# WORKAROUND: Start
|
# WORKAROUND: Start
|
||||||
sleep 10
|
sleep 10
|
||||||
|
|
Loading…
Reference in a new issue