commit | 46154fe3675df5417a712285b66fd12bd1b4fc6d | [log] [tgz] |
---|---|---|
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | Wed Apr 14 16:01:25 2010 +0200 |
committer | Greg Troxel <gdt@ir.bbn.com> | Sun Apr 18 14:56:41 2010 -0400 |
tree | f661aa3353d2130100746ce9819b596c27895bc4 | |
parent | 45acaa0a4cbb4b61c1e4cfcc8f8a534f4fdccfe5 [diff] |
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>