summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-02-18 02:38:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-02-18 02:38:38 +0000
commitf818439bee190a5f5e1b84967be01d013344d171 (patch)
tree126a77518dfc02670fac3c1a561a5688baeafdb2 /etc
parentb788f3c3d1b2166bc6fd069690a4ac1bdce21fc3 (diff)
downloadpfsense-f818439bee190a5f5e1b84967be01d013344d171.zip
pfsense-f818439bee190a5f5e1b84967be01d013344d171.tar.gz
Do not turn on polling here, its the wrong place
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 30ae243..3cd7714 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -152,7 +152,6 @@ function enable_hardware_offloading($interface) {
mwexec("/sbin/ifconfig {$interface} rxcsum 2>/dev/null");
if(stristr($options, "polling") == true)
mwexec("/sbin/ifconfig {$interface} polling 2>/dev/null");
- mwexec("sysctl kern.polling.enable=1");
} else {
mwexec("sysctl kern.polling.enable=0");
}
OpenPOWER on IntegriCloud