* Sat Sep 06 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-36.sme

- fix pppoe not connecting missing interface [SME: 13130]
This commit is contained in:
2025-09-06 16:34:12 -04:00
parent 4e486bf182
commit 6e363e2e9f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/sh
#----------------------------------------------------------------------
# copyright (C) 2002 Mitel Networks Corporation
# copyright (C) 2025 Koozali Foundation inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -24,6 +25,7 @@ exec 2>&1
. ./run.pppoe.conf
extaddr=$(/sbin/e-smith/config getprop ExternalInterface IPAddress)
interface=$(/sbin/e-smith/config getprop pppoe PhysicalInterface)
exec \
/usr/local/bin/softlimit -m $PPPD_MLIMIT \