ospfv3/ospf6d crashing

anyone else having problems with ospfv3 crashing?

if I run show ipv6 ospfv3 neighbor it will be blank.

tried

sudo /etc/init.d/vyatta-quagga restart ospf6d

doesn’t seem to help, it then just says OSPFv3 is not running

seem to have the problem on version 1.0.4, 1.1.1 and 1.1.2

any ideas?


just to quickly add to this, the only thing which maybe slightly different to a standard config is that we are using two areas

show protocols ospfv3
area 0.0.0.0 {
interface eth1
range ::/0 {
advertise
}
range fc00:41c8:10:1dd::/64 {
}
}
area 1.1.1.1 {
interface eth6
range ::/0 {
advertise
}
range fc00:41c8:11:1dd::/64 {
}
}
parameters {
router-id 10.1.6.2
}
redistribute {
connected {
route-map connected-to-ospf6
}
kernel {
route-map static-to-ospf6
}
static {
route-map static-to-ospf6
}
}