On 29/09/2009 00:33, Stuart Henderson wrote:
The only change to ifstated between 4.4 and 4.5 was a minor change to the config parser. (there was another change after 4.5, so if 4.5 works for someone but -current doesn't, they can try reverting it).
Hi, Here is what i temporarily did in the config file to circumvent the "bug" carp_up = '( "ifconfig carp0 | grep -q MASTER" every 10)' carp_down = '( "ifconfig carp0 | grep -q BACKUP" every 10)' It is not really state of the art, nor clean...but works.

