Actions
Bug #11334
closedFRR IPv4 OSPF passive-interface not working
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.
Updated by Jim Pingle over 4 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Pushed a fix which works for me.
https://github.com/pfsense/FreeBSD-ports/commit/e1a9a4159ad577877ff378bf288cd8ec95e4d9f9
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