debian/changelog | 9 +++++ doc/zebra.8 | 14 ++++++-- isisd/isis_main.c | 7 +++- ospf6d/ospf6_main.c | 7 +++- ospfd/ospf_main.c | 7 +++- ripd/rip_main.c | 7 +++- ripngd/ripng_main.c | 7 +++- tests/main.c | 7 +++- watchquagga/watchquagga.c | 6 +++ zebra/main.c | 27 +++++++++------- zebra/test_main.c | 7 +++- zebra/zebra_rib.c | 76 ++++++++++++++++++---------------------------- zebra/zserv.h | 3 + 13 files changed, 109 insertions(+), 75 deletions(-)
New commits: commit 697d704e0b10c0f586a37c6c44362fa3b03a4e00 Author: Stephen Hemminger <[email protected]> Date: Fri Aug 7 17:40:49 2009 -0700 0.99.14-7 commit e8e5f0720dc1746e17f3b5f1fd94c1c6778cb1fd Author: Stephen Hemminger <[email protected]> Date: Fri Aug 7 17:24:32 2009 -0700 Zebra: move update to thread Doing full table scan for rib_update() can be expensive, so move to thread that only runs 4 times a second. commit 37d5dee5ad6200c25ecda3f913b1d737f34289be Author: Stephen Hemminger <[email protected]> Date: Fri Aug 7 11:06:26 2009 -0700 Zebra: change RIB hold time Increase RIB update hold time, so RIB update's happen less frequently. This solves problem when large BGP table causes RIB update to be very slow, by limiting the frequency. Make parameter configurable on command line if others need different value. commit 3d7837b7a3b30401631e9765a6d477b324dab83a Author: Stephen Hemminger <[email protected]> Date: Fri Aug 7 11:04:43 2009 -0700 Cleanup RIB meta-queue code Remove impossible/unneeded assert() calls and extra return statements. Cleanup comments and debug code. commit 606195b31a21e303ad4b558197c0bcae20c168e0 Author: Stephen Hemminger <[email protected]> Date: Fri Aug 7 11:01:57 2009 -0700 Check return value from daemon() call Current versions of Gcc warn if the return value for daemon() is not checked. So add a simple log check. http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=697d704e0b10c0f586a37c6c44362fa3b03a4e00 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=e8e5f0720dc1746e17f3b5f1fd94c1c6778cb1fd http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=37d5dee5ad6200c25ecda3f913b1d737f34289be http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=3d7837b7a3b30401631e9765a6d477b324dab83a http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=606195b31a21e303ad4b558197c0bcae20c168e0 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
