summaryrefslogtreecommitdiffstats
path: root/etc/devd.conf
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-02-07 11:29:28 -0500
committerjim-p <jimp@pfsense.org>2012-02-07 11:29:28 -0500
commit125a1098318ad625a84e26f89d39aa4cbce11c3b (patch)
treebfa912d96d07c93de37278120f20eae823673b61 /etc/devd.conf
parent2720e1cef2f9354f3b5ce78d10174e148e827ae1 (diff)
downloadpfsense-125a1098318ad625a84e26f89d39aa4cbce11c3b.zip
pfsense-125a1098318ad625a84e26f89d39aa4cbce11c3b.tar.gz
Since the CARP interface name changed to vip, devd needs to follow that change as well.
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 d6731d8..c83ff6d 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" "carp";
+ match "subsystem" "vip";
action "/etc/rc.carpmaster $subsystem";
};
notify 100 {
match "system" "IFNET";
match "type" "LINK_DOWN";
- match "subsystem" "carp";
+ match "subsystem" "vip";
action "/etc/rc.carpbackup $subsystem";
};
OpenPOWER on IntegriCloud