On Thu, Oct 12, 2006 at 10:40:57PM -0400, stan wrote: > Is it feasible to run ospf on a carp pair of firewalls? > Is there any documntation as to how to do this? >
OSPF does not work on carp(4) interfaces. If you use "interface carp0" ospfd will enforce it to be "passive". A link state protocol can not run on a failover interface because the result is not predictable. -- :wq Claudio

