From a98267bfd210cd4d477196bd69629ffe941527f7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Sat, 6 Sep 2025 16:36:07 -0400 Subject: [PATCH] * Sat Sep 06 2025 Jean-Philippe Pialasse 11.0.0-36.sme - fix pppoe not connecting missing interface [SME: 13130] --- .../e-smith/templates/var/service/wan/pppoe.pppd.conf/pty | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/root/etc/e-smith/templates/var/service/wan/pppoe.pppd.conf/pty b/root/etc/e-smith/templates/var/service/wan/pppoe.pppd.conf/pty index c231f00..dc71ab3 100644 --- a/root/etc/e-smith/templates/var/service/wan/pppoe.pppd.conf/pty +++ b/root/etc/e-smith/templates/var/service/wan/pppoe.pppd.conf/pty @@ -11,11 +11,7 @@ $OUT .= "sync\n"; $syncflag = "-s"; } - if ($inkernel eq "yes") - { - #$OUT .= "$device"; - } - else + if ($inkernel eq "no") { $OUT .= "pty '/usr/sbin/pppoe -I $device -T $timeout -U -m 1412 $syncflag'"; }