Bug #11961
closedFRR OSPF add unwanted area 0 authentication to router ospf
0%
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
Updated by Jim Pingle about 2 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)
Updated by Viktor Gurov almost 2 years ago
Updated by Jim Pingle almost 2 years ago
- Status changed from New to Pull Request Review
Updated by Renato Botelho almost 2 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Viktor Gurov
PR has been merged. Thanks!
Updated by Alhusein Zawi over 1 year 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
Updated by Danilo Zrenjanin 8 months 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.