]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Bugfix to OSPF reconfiguration.
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 3 Nov 2014 13:53:59 +0000 (14:53 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 3 Nov 2014 13:53:59 +0000 (14:53 +0100)
proto/ospf/iface.c

index 4dfb74fb64ccf83aabccae8f580b19b32c424670..dfc892aae1f9f7202cd24525f869c5eb289e4c40 100644 (file)
@@ -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;