Bug #10964
closedpfSense-pkg-frr 0.6.8_4 does not use default ospf area if one is not defined on the interface.
100%
Description
I am not seeing recent changes in the frr package, but this issue occurred when I updated from the 10/5 to 10/6 development snapshot.
After the update the frr configuration file did not have areas associated with the configured interfaces:
interface igb1
ip ospf area
interface ovpnc1
ip ospf area
interface ovpns2
ip ospf area
What is expected is:
interface igb1
ip ospf area 0.0.0.0
interface ovpnc1
ip ospf area 0.0.0.0
interface ovpns2
ip ospf area 0.0.0.0
I was able to work around the issue by explicitly listing what is the default area in the area configution for each configured interface.
Updated by S Premeau about 4 years ago
Current version with the issue:
2.5.0-DEVELOPMENT (amd64)
built on Tue Oct 06 12:54:27 EDT 2020
FreeBSD 12.2-STABLE
Updated by Viktor Gurov about 4 years ago
- Category set to FRR
Updated by Jim Pingle about 4 years ago
- Status changed from New to Pull Request Review
Updated by S Premeau about 4 years ago
I can confirm that the code change in the pull request (as of the time of this update) resolves this issue for me.
Updated by Renato Botelho about 4 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- % Done changed from 0 to 100
Updated by Alhusein Zawi about 4 years ago
interfaces use default ospf area if it is not defined on the interface.
interface em0
ip ospf area 0.0.0.0
interface em1
ip ospf area 0.0.0.0
Updated by Viktor Gurov about 4 years ago
- Status changed from Feedback to Resolved