summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/pfsense-utils.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 5d5beda..670d91b 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1081,6 +1081,7 @@ function setup_polling() {
}
if(isset($config['system']['polling'])) {
mwexec("/sbin/ifconfig {$real_interface} polling");
+ mwxec("/sbin/sysctl kern.polling.idle_poll=1");
} else {
mwexec("/sbin/ifconfig {$real_interface} -polling");
}
OpenPOWER on IntegriCloud