Re: [PATCH] Fix ospfd/carp start-up issue

2015-07-18 Thread Martin Pieuchot
On 28/05/15(Thu) 11:40, Johan Ymerson wrote: > Hi, > > After the fix in carp to correctly initialize link state (ip_carp.c > r1.257), ospfd no longer detect all carp interfaces in "backup" mode > reliably on start-up. The problem is that carp interfaces in backup > state isn't handled the same wa

[PATCH] Fix ospfd/carp start-up issue

2015-05-28 Thread Johan Ymerson
Hi, After the fix in carp to correctly initialize link state (ip_carp.c r1.257), ospfd no longer detect all carp interfaces in "backup" mode reliably on start-up. The problem is that carp interfaces in backup state isn't handled the same way on start-up as it is when up and running. Here is an e