Send events to check_reload_status for carp master/backup

This commit is contained in:
Ermal 2013-12-15 20:41:20 +00:00
parent 1590947b56
commit 1c3d2cd32e
1 changed files with 2 additions and 2 deletions

View File

@ -16,13 +16,13 @@ options {
notify 100 {
match "system" "CARP";
match "type" "MASTER";
action "/etc/rc.carpmaster $subsystem";
action "/usr/local/sbin/pfSctl -c 'interface carpmaster $subsystem'";
};
notify 100 {
match "system" "CARP";
match "type" "BACKUP";
action "/etc/rc.carpbackup $subsystem";
action "/usr/local/sbin/pfSctl -c 'interface carpbackup $subsystem'";
};
# When a USB keyboard arrives, attach it as the console keyboard.