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.
Actions