summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-11-06 15:45:14 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-11-06 15:45:14 +0000
commitc14f32379326f6069da4b4220bfd69e1ef23fb09 (patch)
tree9150669f208e16a83b3be8afe143695bd5fc9219 /etc
parent98cb9208dcaee2d6fb29959db4120e644c801a5d (diff)
downloadpfsense-c14f32379326f6069da4b4220bfd69e1ef23fb09.zip
pfsense-c14f32379326f6069da4b4220bfd69e1ef23fb09.tar.gz
Do not toggle polling on vlan interfaces
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 68e0746..a6e7bd8 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1061,6 +1061,9 @@ function setup_polling() {
if(stristr($real_interface, $supported)) {
$supported = true;
}
+ if (stristr($real_interface, "vlan")) {
+ $supported = false;
+ }
}
if ($supported == true) {
mwexec("/sbin/ifconfig {$real_interface} polling");
OpenPOWER on IntegriCloud