.gitignore | 6 ++---- HACKING.pending | 34 ++++++++++++++++++++++++++++++++++ README.NetBSD | 18 +++++++++++------- debian/changelog | 2 +- ospfd/ospf_zebra.c | 40 +++++++++++++++++++++------------------- 5 files changed, 69 insertions(+), 31 deletions(-)
New commits: commit cab436715c971a7652cd8d6720e59644bfba7581 Author: Stephen Hemminger <[email protected]> Date: Mon Apr 26 10:12:25 2010 -0700 Fix email address in changelog commit 85c4968bb1432ddc7c059893fdee2c976bbee937 Author: Greg Troxel <[email protected]> Date: Tue Apr 20 12:44:21 2010 -0400 build/extra: Enhance README.NetBSD make/gmake decision. commit 46154fe3675df5417a712285b66fd12bd1b4fc6d Author: Joakim Tjernlund <[email protected]> Date: Wed Apr 14 16:01:25 2010 +0200 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 <[email protected]> commit 45acaa0a4cbb4b61c1e4cfcc8f8a534f4fdccfe5 Author: Joakim Tjernlund <[email protected]> Date: Wed Apr 14 11:05:28 2010 +0200 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 <[email protected]> commit 274d3f090df91fc5f8d4f26a2823634efa4af461 Author: Joakim Tjernlund <[email protected]> Date: Wed Apr 14 11:05:27 2010 +0200 ospfd: Make sure all external routes are updated. Roman Hoog Antink <[email protected]> reports: When adding a connected route (using vtysh, without restart) to the redistribution access list of ospfd, while static routes already exist, the update timer ospf_distribute_list_update_timer() is being run for static routes only. That way, the connected route never appears in the OSPF database, until quagga is completely restarted. The update timer for connected routes is cancelled in ospfd/ospfd_zebra.c:ospf_distribute_list_update():976, were a new timer is scheduled for static routes, caused by the loop in ospf_filter_update(). * ospf_zebra.c: (ospf_distribute_list_update_timer) make it refresh all external routes. This fixes the problem reported by Roman. Signed-off-by: Joakim Tjernlund <[email protected]> commit 515b9424d4106ff5ccef4f18030a3ca69d38a178 Author: Greg Troxel <[email protected]> Date: Sun Apr 18 12:50:21 2010 -0400 git: add pointers to out-of-tree work * (HACKING.pending): List known places where work on quagga that is not (yet) integrated into the main tree can be found. commit 43a48cf379193327603fc023530d6c185012f941 Author: Greg Troxel <[email protected]> Date: Wed Apr 14 15:24:52 2010 -0400 git: add (generated) m4 files to .gitignore http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=cab436715c971a7652cd8d6720e59644bfba7581 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=85c4968bb1432ddc7c059893fdee2c976bbee937 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=46154fe3675df5417a712285b66fd12bd1b4fc6d http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=45acaa0a4cbb4b61c1e4cfcc8f8a534f4fdccfe5 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=274d3f090df91fc5f8d4f26a2823634efa4af461 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=515b9424d4106ff5ccef4f18030a3ca69d38a178 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=43a48cf379193327603fc023530d6c185012f941 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
