On 08/08/16 15:00, Simon Mages wrote: >> Synopsis: carp interfaces and ipv6, carp state is INIT >> Category: kernel >> Environment: > System : OpenBSD 6.0 > Details : OpenBSD 6.0-current (GENERIC.MP) #2335: Sun Aug 7 > 20:50:41 MDT 2016 > > dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > Architecture: OpenBSD.amd64 > Machine : amd64 >> Description: > This Problem also affects 5.9. > > If a carp system is up and running and you configure an ipv6 address > which is already configured then the carp state will change to INIT.
Thanks for your good report. I committed your fix without the comment. It would be interesting to refactor this code such that only one dohook() appears, just like in the IPv4 case. This would prevent such error in the future.