* 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:
@@ -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'";
|
||||
}
|
||||
|
Reference in New Issue
Block a user