diff options
author | smos <seth.mos@dds.nl> | 2012-06-27 19:40:40 +0200 |
---|---|---|
committer | smos <seth.mos@dds.nl> | 2012-06-27 19:40:40 +0200 |
commit | 9a202d6277b4b5d86e16a4fc2b86274cc78f5c70 (patch) | |
tree | 23846fe9e014830296b034b0cc939a43830482c8 /etc | |
parent | 604cb3b1dbcc7db45b44597c03d61d7662aa3ee3 (diff) | |
download | pfsense-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')
-rw-r--r-- | etc/devd.conf | 7 |
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. |