Actions
Bug #10338
closedFRR OSPF6 Router-ID configuration statement has changed
Start date:
03/11/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
Trying out the latest 2.4.5 RC and I noticed that my ospf6 router-id had reverted to the default of picking the highest IP address on the box.
Looking at the FRR docs the router-id statement has changed from router-id A.B.C.D to ospf6 router-id A.B.C.D.
Not sure when this was changed but it now lines up with the OSPFv2 configuration so it does make sense. Should be quick fix i've tested changing line 131 and 133 in frr_ospf6.inc and it works as expected.
Updated by Ben Hughes over 5 years ago
Only a quick fix so submitted a PR.
Updated by Jim Pingle over 5 years ago
- Status changed from New to Pull Request Review
Updated by Renato Botelho over 5 years ago
- Status changed from Pull Request Review to Feedback
- % Done changed from 0 to 100
PR has been merged. Thanks!
Actions