Project

General

Profile

Actions

Bug #11961

closed

FRR OSPF add unwanted area 0 authentication to router ospf

Added by Damiano Bolla almost 3 years ago. Updated over 1 year ago.

Status:
Resolved
Priority:
Normal
Assignee:
Viktor Gurov
Category:
FRR
Target version:
-
Start date:
05/26/2021
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:

Description

I have a configuration where one interface has a simple authentication

The area 0 does not have an authentication, just the interface

When I press save, pfsense adds a area0 authentication to the router ospf part of the config file and this stops the peering

If I remove the area 0 authentication all works fine

It is on web interface since it is not an issue with frr package (it does what requested) it is an issue on how the interface translates to the frr configuration

Actions #1

Updated by Jim Pingle almost 3 years ago

  • Project changed from pfSense to pfSense Packages
  • Category changed from Web Interface to FRR
  • Release Notes deleted (Default)
  • Affected Version deleted (2.5.1)
Actions #3

Updated by Jim Pingle over 2 years ago

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

Updated by Renato Botelho over 2 years ago

  • Status changed from Pull Request Review to Feedback
  • Assignee set to Viktor Gurov

PR has been merged. Thanks!

Actions #5

Updated by Alhusein Zawi over 2 years ago

adding Authentication Type in area tab works (peering)

!
interface em0
ip ospf authentication
ip ospf authentication-key 123
ip ospf area 0.0.0.0
!
router ospf
area 0.0.0.0 shortcut default
area 0.0.0.0 authentication
!
line vty
!
end

tested in:
2.5.2

2.6.0.a.20210916.0100

Actions #6

Updated by Danilo Zrenjanin over 1 year ago

  • Status changed from Feedback to Resolved

Adding Simple Authentication on the interface doesn't add any kind of authentication on the router OSPF part.

!
interface vtnet1.33
 ip ospf authentication
 ip ospf authentication-key 123
 ip ospf area 0.0.0.0
!
router ospf
 ospf router-id 192.168.33.10
 area 0 shortcut default
!

Tested against:

frr 1.1.1_7

I am marking this ticket as resolved.

Actions

Also available in: Atom PDF