interfaces: typo in previous

This commit is contained in:
Franco Fichtner 2023-08-16 15:04:28 +02:00
parent 6f3d78ff80
commit c1411950d7

View File

@ -2180,7 +2180,7 @@ function interface_configure_mtu($device, $mtu, $ifconfig_details)
}
if ($mtu != $ifconfig_details[$device]['mtu']) {
legacy_interface_mtu($realhwif, $mtu);
legacy_interface_mtu($device, $mtu);
}
}