debian/changelog | 11 +++++++++++ ospfd/ospf_lsa.c | 24 ++---------------------- ospfd/ospf_lsa.h | 9 ++++++++- 3 files changed, 21 insertions(+), 23 deletions(-)
New commits: commit a76c7dd88af5251e20bdaa84a8f517f69863e8cf Author: Stephen Hemminger <[email protected]> Date: Fri Jun 19 15:58:05 2009 -0700 0.99.12-5+jenner8 commit ca5f52dcb72b6bc19037400ec27053d8fe2b5e6e Author: Stephen Hemminger <[email protected]> Date: Fri Jun 19 15:55:44 2009 -0700 ospf: fix performance of ospf_lsa_maxage When flushing lots of entries the performance of ospf_lsa_maxage is terrible because it looks up entry before deleting (N^2). Use a flag to mark whether entry is already in maxage list. Bug 4421 http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=a76c7dd88af5251e20bdaa84a8f517f69863e8cf http://suva.vyatta.com/git/?p=vyatta-quagga.git;a=commitdiff;h=ca5f52dcb72b6bc19037400ec27053d8fe2b5e6e _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
