diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/pfsense-utils.inc | 4 |
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 +?> |