ospfd: Only refresh external default route once.
commit46154fe3675df5417a712285b66fd12bd1b4fc6d
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>
Wed, 14 Apr 2010 14:01:25 +0000 (14 16:01 +0200)
committerGreg Troxel <gdt@ir.bbn.com>
Sun, 18 Apr 2010 18:56:41 +0000 (18 14:56 -0400)
treef661aa3353d2130100746ce9819b596c27895bc4
parent45acaa0a4cbb4b61c1e4cfcc8f8a534f4fdccfe5
ospfd: Only refresh external default route once.

* ospf_zebra.c: (ospf_distribute_list_update_timer) forces a
  refresh of default route each time it finds a default prefix.
  This is suboptimal, just record that it needs to be done and
  do it once.

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