Browse Source

Add workaround to properly register the sstp interface

Signed-off-by: Robert Koszewski <rkkoszewski@gmail.com>
lilik-openwrt-22.03
Robert Koszewski 5 years ago
committed by Robert Koszewski
parent
commit
6d6b7beae7
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save