Files
smeserver-base/root/etc/e-smith/templates/var/service/wan/pppoe.pppd.conf/mtu
Jean-Philippe Pialasse 4e486bf182 * Wed Aug 27 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-35.sme
- improve pppoe plugin patch [SME: 13074]
- handle both EC and RSA key/cert with esmith::ssl [SME: 11772]
2025-08-27 16:10:25 -04:00

9 lines
162 B
Plaintext

{
$OUT = "";
my $inkernel = "yes"; #$pppoe{InKernel} || "yes"; # we force inkernel for performance
if ($inkernel eq "yes")
{
$OUT = "mtu 1492";
}
}