Project

General

Profile

Actions

Bug #10964

closed

pfSense-pkg-frr 0.6.8_4 does not use default ospf area if one is not defined on the interface.

Added by S Premeau over 3 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Normal
Category:
FRR
Target version:
-
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 #1

Updated by S Premeau over 3 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

Actions #2

Updated by Viktor Gurov over 3 years ago

  • Category set to FRR
Actions #3

Updated by Jim Pingle over 3 years ago

  • Status changed from New to Pull Request Review
Actions #4

Updated by S Premeau over 3 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.

Actions #5

Updated by Renato Botelho over 3 years ago

  • Status changed from Pull Request Review to Feedback
  • Assignee set to Renato Botelho
  • % Done changed from 0 to 100
Actions #6

Updated by Alhusein Zawi over 3 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

Actions #7

Updated by Viktor Gurov over 3 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF