mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Bugfix to OSPF reconfiguration.
This commit is contained in:
parent
6f8bbaa10b
commit
cd3b700393
@ -1009,6 +1009,9 @@ ospf_walk_matching_iface_patts(struct ospf_proto *p, struct ospf_mip_walk *s)
|
||||
|
||||
WALK_LIST(s->oa, p->area_list)
|
||||
{
|
||||
if (s->oa->marked)
|
||||
continue;
|
||||
|
||||
WALK_LIST(s->ip, s->oa->ac->patt_list)
|
||||
{
|
||||
id = s->ip->instance_id;
|
||||
|
Loading…
Reference in New Issue
Block a user