Actions
Bug #10964
closedpfSense-pkg-frr 0.6.8_4 does not use default ospf area if one is not defined on the interface.
Start date:
10/07/2020
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Affected Version:
2.5.0
Affected Plus Version:
Affected Architecture:
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.
Actions