summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-02-25 02:56:23 +0000
committerBill Marquette <billm@pfsense.org>2005-02-25 02:56:23 +0000
commita93456b51cbe1eeba97c2de5bf41edfb8a24eca7 (patch)
tree23d56dbc8a465d72043098bcace474be4e5dd547 /etc/inc
parentc9b4da103a48ebe7c48a7d6aea01e0dd590681b7 (diff)
downloadpfsense-a93456b51cbe1eeba97c2de5bf41edfb8a24eca7.zip
pfsense-a93456b51cbe1eeba97c2de5bf41edfb8a24eca7.tar.gz
typo - really allow for hardware accel.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/pfsense-utils.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 0cfe13b..7f7c039 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -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) {
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud