Project

General

Profile

Actions

Bug #11334

closed

FRR IPv4 OSPF passive-interface not working

Added by Jim Pingle over 4 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
FRR
Target version:
-
Start date:
01/29/2021
Due date:
% Done:

100%

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

Description

In frr_ospf.inc the list of passive interfaces is built by frr_generate_config_ospf_interfaces(), but that is run after the foreach in frr_generate_config_ospf() which iterates the array of passive interfaces. So it's empty when needed.

Logic there needs to be reworked.

Actions #1

Updated by Jim Pingle over 4 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100
Actions #2

Updated by Viktor Gurov over 4 years ago

  • Status changed from Feedback to Resolved

1.1.0_3, /var/etc/frr/frr.conf:

interface vtnet2
 description "ospfd: test" 
 ip ospf area 0.0.0.1
!
router ospf
 ospf router-id 0.0.0.41
 passive-interface vtnet2
!

Resolved

Actions

Also available in: Atom PDF