debian/changelog | 10 ++++++ zebra/interface.c | 12 +++---- zebra/rib.h | 1 zebra/zebra_rib.c | 85 +++++++++++++++++++----------------------------------- zebra/zebra_vty.c | 6 +++ zebra/zserv.c | 5 --- zebra/zserv.h | 3 - 7 files changed, 52 insertions(+), 70 deletions(-)
New commits: commit 06f8d39d682e20b0a0f7fad3a05c80186f2440f5 Author: Stephen Hemminger <[email protected]> Date: Thu Mar 4 15:34:39 2010 -0800 0.99.15-23+kenwood2 commit 78e476f60fb83ce95ac34f72d9bca22a8a18c73a Author: Stephen Hemminger <[email protected]> Date: Thu Mar 4 14:56:14 2010 -0800 Mark static routes as INTERNAL Bug 5108 Static routes need to be marked internal to allow for recursive routes. This fixes a regression from Jenner, and makes recursive routes for IPv6. commit a6b5b518f5c2ab2a5db588b698ee76e37777a65c Author: Stephen Hemminger <[email protected]> Date: Wed Mar 3 16:39:55 2010 -0800 Fix recursive route change detect logic This makes recursive route scan logic match the earlier releases. Specifically, it only changes CHANGED flag on first pass, and it compares real ifindex where appropriate. commit 561dda77447f256666a63ac38ee69c098f3dc9ba Author: Stephen Hemminger <[email protected]> Date: Wed Mar 3 14:57:28 2010 -0800 Fix recursive route slowdown Bug 5405 Revert out the recursive-route for external protocols support. A external route update (BGP/OSPF) would cause a full RIB scan; leading to massive CPU usage. commit 705d8ec5f0794266d60995951de19956704d683b Author: Stephen Hemminger <[email protected]> Date: Thu Mar 4 14:01:32 2010 -0800 Align with upstream Fix whitespace differences and update rib on all interface changes. http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=06f8d39d682e20b0a0f7fad3a05c80186f2440f5 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=78e476f60fb83ce95ac34f72d9bca22a8a18c73a http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=a6b5b518f5c2ab2a5db588b698ee76e37777a65c http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=561dda77447f256666a63ac38ee69c098f3dc9ba http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=705d8ec5f0794266d60995951de19956704d683b _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
