mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
typo - really allow for hardware accel.
This commit is contained in:
parent
c9b4da103a
commit
a93456b51c
@ -64,7 +64,7 @@ function enable_hardware_offloading($interface) {
|
||||
$supported_ints = array('fxp');
|
||||
foreach($supported_ints as $int) {
|
||||
if(stristr($interface,$int) != FALSE) {
|
||||
mwexec("/sbin/ifconfig $interfface link0");
|
||||
mwexec("/sbin/ifconfig $interface link0");
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -483,4 +483,4 @@ function update_progress_bar($percent) {
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user