mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Try to enable hardware cheksum
This commit is contained in:
parent
4dd1d9afd2
commit
6ac2dcdb51
@ -108,6 +108,8 @@ function enable_hardware_offloading($interface) {
|
||||
}
|
||||
}
|
||||
}
|
||||
mwexec("/sbin/ifconfig $interface txcsum 2>/dev/null");
|
||||
mwexec("/sbin/ifconfig $interface rxcsum 2>/dev/null");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user