summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_lsdb.h
Commit message (Collapse)AuthorAgeFilesLines
* ospf6_lsdb: trivial, make it clear that showfunc is set before deref.Paul Jakma2014-09-231-5/+8
|
* ospf6d: convert LSDB to use route_node, improve performanceDinesh Dutt2013-11-071-0/+2
| | | | | | | | | | | the performance in the presence of a large number of LSAs. I also verified that the performance improvements stayed in the presence of a large number of peers (I tested upto 128). Signed-off-by: Dinesh G Dutt <ddutt at cumulusnetworks.com> Reviewed-by: Scott Feldman <sfeldma at cumulusnetworks.com>Summary: Reviewed-by: James Li <jli at cumulusnetworks.com> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* ospf6d: reinvoke MaxAge remover thread if not all MaxAge LSAs were flushed.Dinesh Dutt2013-11-071-15/+0
| | | | | | | | | | | MaxAge LSAs are being flushed out only on an event, unlike OSPFv2 where they're flushed out periodically. This causes certain LSAs to hang around forever, never getting flushed out. This patch makes flushing out MaxAge LSAs periodic, retriggered after a certain period if not all MaxAge LSAs were flushed out. Signed-off-by: Dinesh G Dutt <ddutt at cumulusnetworks.com> Reviewed-by: Scott Feldman <sfeldma at cumulusnetworks.com> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* [trivia] finish off static'ification of ospf6d and ripngdPaul Jakma2008-08-221-29/+27
| | | | | | | | | 2008-08-15 Paul Jakma <paul.jakma@sun.com> * {ospf6d,ripngd}/*: Finish job of marking functions as static, or exporting declarations for them, to quell warning noise with Quagga's GCC default high-level of warning flags. Thus allowing remaining, more useful warnings to be more easily seen.
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-1/+1
| | | | * *.h: Change level of debug messages to LOG_DEBUG.
* Merge svn revisions 1208, 1222 and 1228 from Zebra cvs.hasso2004-11-251-3/+6
|
* Merge svn revision 975 from Zebra repository.hasso2004-09-011-3/+3
|
* SVN revisions 916-920 from Zebra. ABR support is almost done.hasso2004-08-151-2/+3
|
* SVN revision 907 from Zebra cvs repository.hasso2004-08-041-87/+13
|
* Update to latest (really :) ospf6d from Zebra repository and some tinyhasso2004-05-181-1/+1
| | | | fixes.
* Ospf6d merge from Zebra repository with added privs stuff and mergedhasso2004-05-181-41/+123
| | | | zclient changes.
* Initial revisionpaul2002-12-131-0/+88