* 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:36:07 -04:00
parent 6e363e2e9f
commit a98267bfd2

View File

@@ -11,11 +11,7 @@
$OUT .= "sync\n"; $OUT .= "sync\n";
$syncflag = "-s"; $syncflag = "-s";
} }
if ($inkernel eq "yes") if ($inkernel eq "no")
{
#$OUT .= "$device";
}
else
{ {
$OUT .= "pty '/usr/sbin/pppoe -I $device -T $timeout -U -m 1412 $syncflag'"; $OUT .= "pty '/usr/sbin/pppoe -I $device -T $timeout -U -m 1412 $syncflag'";
} }