- improve pppoe plugin patch [SME: 13074] - handle both EC and RSA key/cert with esmith::ssl [SME: 11772]
9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
{
|
|
$OUT = "";
|
|
my $inkernel = "yes"; #$pppoe{InKernel} || "yes"; # we force inkernel for performance
|
|
if ($inkernel eq "yes")
|
|
{
|
|
$OUT = "mtu 1492";
|
|
}
|
|
}
|