summaryrefslogtreecommitdiffstats
path: root/etc/devd.conf
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-04-05 20:13:44 +0000
committerErmal <eri@pfsense.org>2012-04-05 20:13:44 +0000
commit4d0c032c528b10221a2ef894b5eca34f6fda39a7 (patch)
treecc1e981428b5898366c14be962fa4b442bbe82bb /etc/devd.conf
parentda664d195d9949c3c83be3a4fdc49bf42c40dc38 (diff)
downloadpfsense-4d0c032c528b10221a2ef894b5eca34f6fda39a7.zip
pfsense-4d0c032c528b10221a2ef894b5eca34f6fda39a7.tar.gz
Make vips vhid be unique per parent interface!
Diffstat (limited to 'etc/devd.conf')
-rw-r--r--etc/devd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index c83ff6d..912bd7e 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" "vip";
+ match "subsystem" "_vip";
action "/etc/rc.carpmaster $subsystem";
};
notify 100 {
match "system" "IFNET";
match "type" "LINK_DOWN";
- match "subsystem" "vip";
+ match "subsystem" "_vip";
action "/etc/rc.carpbackup $subsystem";
};
OpenPOWER on IntegriCloud