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