We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260f267 commit 36e77faCopy full SHA for 36e77fa
etc/devd.conf
@@ -16,14 +16,14 @@ options {
16
notify 100 {
17
match "system" "IFNET";
18
match "type" "LINK_UP";
19
- match "subsystem" "[a-z]+[0-9]+_vip[0-9]+";
+ match "subsystem" "[a-zA-Z0-9_]+_vip[0-9]+";
20
action "/etc/rc.carpmaster $subsystem";
21
};
22
23
24
25
match "type" "LINK_DOWN";
26
27
action "/etc/rc.carpbackup $subsystem";
28
29
0 commit comments