Actions
Bug #8154
closedFRR OSPF6 not working
Start date:
12/01/2017
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
2.4.2
Affected Plus Version:
Affected Architecture:
Description
FRR's OSPF6 configuration pages don't appear to be generating the correct output into the /var/etc/frr/ospf6d.conf file.
Specifically the only way I could get OSPF6 working was to manually add in "interface" lines inside the router ospf6 statement block.
In my case I manually added "interface em0 area 0.0.0.0" inside the ospf6 router definition and it started working.
From docs: https://frrouting.org/user-guide/OSPF6-router.html#OSPF6-router
OSPF6 Command: interface ifname area area
Bind interface to specified area, and start sending OSPF packets. area can be specified as 0.
Actions