summaryrefslogtreecommitdiffstats
path: root/etc/devd.conf
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-06-27 19:40:40 +0200
committersmos <seth.mos@dds.nl>2012-06-27 19:40:40 +0200
commit9a202d6277b4b5d86e16a4fc2b86274cc78f5c70 (patch)
tree23846fe9e014830296b034b0cc939a43830482c8 /etc/devd.conf
parent604cb3b1dbcc7db45b44597c03d61d7662aa3ee3 (diff)
downloadpfsense-9a202d6277b4b5d86e16a4fc2b86274cc78f5c70.zip
pfsense-9a202d6277b4b5d86e16a4fc2b86274cc78f5c70.tar.gz
Acting on Wifi Down events can cause more issues then it solves, this can also happen during configuration or temporary signal loss, we should not act on it.
Diffstat (limited to 'etc/devd.conf')
-rw-r--r--etc/devd.conf7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index 499fe4b..5e89cbf 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -65,13 +65,6 @@ notify 0 {
action "/usr/local/sbin/pfSctl -c 'interface linkup start $subsystem'";
};
-notify 0 {
- match "system" "IFNET";
- match "type" "LINK_DOWN";
- match "subsystem" "[a-z]+[0-9]+_wlan[0-9]+";
- action "/usr/local/sbin/pfSctl -c 'interface linkup stop $subsystem'";
-};
-
# Notify all users before beginning emergency shutdown when we get
# a _CRT or _HOT thermal event and we're going to power down the system
# very soon.
OpenPOWER on IntegriCloud