On Tue, May 01, 2007 at 04:07:24PM +0200, Falk Brockerhoff wrote: > Hi, > > I installed the latest snapshot, but this issue still exists. Instead of > "sh /etc/netstart carp213" I also can try "ospfctl fib decouple/couple" > to update the kernel routing table. > > Hm, anybody an idea how to solve this problem? >
Currently the routing table prefers any present route even if the corresponding interface is not up. carp(4) does dirty tricks but the network route is not touched and so all traffic hitting that backup box is effectifly blackholed. There is no simple way to solve this problem without going deep into kernel hacking. Either fix the routing table or fix carp(4) to add and remove the IP and networks correctly. I think the latter is easier :) -- :wq Claudio

