OSPFv3 stuck initializing

I’m upgrading from a VSE6.3 licensed machine to VyOS 1.10 and OSPFv3 won’t initialize on the new machine. I’m getting a log filled with junk like this:

[quote]Dec 4 16:30:41 ar6 ospf6d[2464]: ospf6_prefixes_examin: IPv6 prefix number mismatch (1 required, 2 real)
Dec 4 16:30:41 ar6 ospf6d[2464]: ospf6_lsaseq_examin: anomaly in AS-External LSA #3
Dec 4 16:30:41 ar6 ospf6d[2464]: ospf6_packet_examin: anomaly in LSUpdate packet
Dec 4 16:30:41 ar6 ospf6d[2464]: ospf6_prefixes_examin: IPv6 prefix number mismatch (1 required, 2 real)
Dec 4 16:30:41 ar6 ospf6d[2464]: ospf6_lsaseq_examin: anomaly in AS-External LSA #4
Dec 4 16:30:41 ar6 ospf6d[2464]: ospf6_packet_examin: anomaly in LSUpdate packet
[/quote]

And show ipv6 ospfv3 neighbor gives me this:

[quote]cajello@router6:~$ show ipv6 ospfv3 neighbor
Neighbor ID Pri DeadTime State/IfState Duration I/F[State]
172.16.99.24 1 00:00:35 Loading/BDR 00:02:53 eth2[DR]
172.16.99.28 1 00:00:37 Loading/DR 00:02:53 eth4[BDR]
[/quote]

Any idea what changed between versions? I also have a Brocade/VSE6.6 machine which is running nearly identical config and does not have this issue.

Can you post the contents of /etc/quagga/ospf6d.conf from both working machines, and the failing Vyos machine?