FRR 0.6.7_4, FRR package FRR7-7.3.1 appears to be a buggy version which causes OSPF6d to crash
-
Hello,
I've been working on setting up OSPF6d on another pfSense firewall. I noticed on my cisco router the neighbor comes up when ospf6d is started, but the dead timer quickly counts down and the neighbor goes bye-bye. Upon looking at the log we can see that OSPF6d is terminated with signal 6 (SIGABRT) shortly after starting.Starting the process manually results in getting a little more info about the reason for the crash:
/usr/local/sbin/ospf6d -f /var/etc/frr/ospf6d.conf Assertion failed: (node->info == NULL), function route_node_delete, file lib/table.c, line 344. Abort
This is a known issue:
https://github.com/FRRouting/frr/issues/6378It has also already been fixed:
https://github.com/FRRouting/frr/pull/6407Any chance or way to update FRR? I can't get OSPF6d to run.
Thanks!