summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/devd.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index c0a2b2a..ea67ba6 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -25,6 +25,12 @@ notify 100 {
action "/usr/local/sbin/pfSctl -c 'interface carpbackup $subsystem'";
};
+notify 100 {
+ match "system" "CARP";
+ match "type" "INIT";
+ action "/usr/local/sbin/pfSctl -c 'interface carpbackup $subsystem'";
+};
+
# When a USB keyboard arrives, attach it as the console keyboard.
attach 100 {
device-name "ukbd0";
OpenPOWER on IntegriCloud