mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 06:23:04 +00:00
Compile fix - convert foreach_lsa to LSDB_LOOP
This commit is contained in:
parent
99b7c5d6e6
commit
f6386eebb9
@ -645,8 +645,8 @@ ospf_ase_calculate_timer (struct thread *t)
|
||||
ospf_ase_calculate_route (ospf, lsa);
|
||||
}
|
||||
/* kevinm: And add the NSSA routes in ospf_top */
|
||||
foreach_lsa(NSSA_LSDB (ospf_top), NULL, 0,
|
||||
ospf_ase_calculate_route);
|
||||
LSDB_LOOP (NSSA_LSDB (ospf),rn,lsa)
|
||||
ospf_ase_calculate_route(ospf,lsa);
|
||||
|
||||
#endif /* HAVE_NSSA */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user