diff options
Diffstat (limited to 'etc/devd.conf')
-rw-r--r-- | etc/devd.conf | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/etc/devd.conf b/etc/devd.conf index 499fe4b..30f3cc5 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -16,14 +16,14 @@ options { notify 100 { match "system" "IFNET"; match "type" "LINK_UP"; - match "subsystem" "[a-z]+[0-9]+_vip[0-9]+"; + match "subsystem" "[a-zA-Z0-9_]+_vip[0-9]+"; action "/etc/rc.carpmaster $subsystem"; }; notify 100 { match "system" "IFNET"; match "type" "LINK_DOWN"; - match "subsystem" "[a-z]+[0-9]+_vip[0-9]+"; + match "subsystem" "[a-zA-Z0-9_]+_vip[0-9]+"; action "/etc/rc.carpbackup $subsystem"; }; @@ -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. |