From: Ondrej Zajicek Date: Mon, 3 Nov 2014 13:53:59 +0000 (+0100) Subject: Bugfix to OSPF reconfiguration. X-Git-Tag: v1.5.0~30^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd3b700393144796c9dead54b6ac2fc31aaa5272;p=thirdparty%2Fbird.git Bugfix to OSPF reconfiguration. --- diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index 4dfb74fb6..dfc892aae 100644 --- a/proto/ospf/iface.c +++ b/proto/ospf/iface.c @@ -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;