mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
interfaces: typo in MRU handling for PPP
This commit is contained in:
parent
608ee32f25
commit
6781a124e1
@ -1165,7 +1165,7 @@ EOD;
|
||||
} else {
|
||||
$mpdconf_arr[] = "set link mtu " . ($mtus[$pid] - 8);
|
||||
}
|
||||
$mrus = !empty($ppp['mtu']) ? explode(',', $ppp['mru']) : null;
|
||||
$mrus = !empty($ppp['mru']) ? explode(',', $ppp['mru']) : null;
|
||||
if (!empty($mrus[$pid])) {
|
||||
$mpdconf_arr[] = "set link mru {$mrus[$pid]}";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user