mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add and use rc.carpup and rc.carpdown
This commit is contained in:
parent
b9ab1f26d4
commit
39cacda295
@ -17,14 +17,14 @@ notify 100 {
|
||||
match "system" "IFNET";
|
||||
match "type" "LINK_UP";
|
||||
match "subsystem" "carp";
|
||||
action "/usr/local/bin/carpup $subsystem";
|
||||
action "/etc/rc.carpup $subsystem";
|
||||
};
|
||||
|
||||
notify 100 {
|
||||
match "system" "IFNET";
|
||||
match "type" "LINK_DOWN";
|
||||
match "subsystem" "carp";
|
||||
action "/usr/local/bin/carpdown $subsystem";
|
||||
action "/etc/rc.carpdown $subsystem";
|
||||
};
|
||||
|
||||
#notify 0 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user