Hi Misc, Now I seem to have issues with carp preemption. If I have net.inet.carp.preempt=1 and take down carp0 on the Master with "ifconfig carp0 down", isn't the idea for carp7 on the same firewall to have carpdemote set to 128 or similar? -According to tcpdump it doesn't change carpdemote at all.
I have two firewalls, Right and Left (pf not currently enabled since I am testing carp) em0 + carp0 is on internal network on both firewalls em7 + carp7 is on external network on both firewalls Right # sysctl net.inet.carp net.inet.carp.allow=1 net.inet.carp.preempt=1 net.inet.carp.log=7 Left # sysctl net.inet.carp net.inet.carp.allow=1 net.inet.carp.preempt=1 net.inet.carp.log=7

