hi all.

i was playing with ports/net/ifstated and somehow its not working.
i would be needing a daemon. that monitors the state of CARP and execute a script if the carp's state would be master or slave.

example /usr/local/etc/ifstated.conf

state master {
        init {
        run "echo 'master'"
        }
}

state backup {
        init {
        run "echo 'slave'"
        }
}


is there any chance someone have done such daemon? thanks!


_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to