]> git.puffer.fish Git - matthieu/frr.git/commitdiff
2003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
authorpaul <paul>
Mon, 27 Oct 2003 21:53:38 +0000 (21:53 +0000)
committerpaul <paul>
Mon, 27 Oct 2003 21:53:38 +0000 (21:53 +0000)
        * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
          by ospf_ism.c::ism_change_state() - results in incorrect figure
          for active interfaces in an area.

ospfd/ospfd.c

index 77bb6a479e9ec833116b34be70a35e4feb173f26..ff9f6343cb54408b97e2acbde55d1d4e539a1948 100644 (file)
@@ -772,7 +772,6 @@ ospf_network_run (struct ospf *ospf, struct prefix *p, struct ospf_area *area)
                
                oi->nbr_self->address = *oi->address;
 
-               area->act_ints++;
                oi->area = area;
 
                oi->params = ospf_lookup_if_params (ifp, oi->address->u.prefix4);