ospfd: Make sure ospf_distribute_list_update_timer() eventually runs.
commit45acaa0a4cbb4b61c1e4cfcc8f8a534f4fdccfe5
authorJoakim Tjernlund <Joakim.Tjernlund@transmode.se>
Wed, 14 Apr 2010 09:05:28 +0000 (14 11:05 +0200)
committerGreg Troxel <gdt@ir.bbn.com>
Sun, 18 Apr 2010 18:53:28 +0000 (18 14:53 -0400)
tree03c27c042be415bcec1d1f0922acf0dd424378b6
parent274d3f090df91fc5f8d4f26a2823634efa4af461
ospfd: Make sure ospf_distribute_list_update_timer() eventually runs.

* ospf_zebra.c: (ospf_distribute_list_update_timer)
   If there are updates to the distribute list every 5 second or less,
   ospf_distribute_list_update_timer() will never run as the timer gets
   rearmed for each update. This fixes it by never rearming an active
   distribute list timer.

Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
ospfd/ospf_zebra.c