summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_top.h
Commit message (Collapse)AuthorAgeFilesLines
* ospf6d: Have ospf6d cleanup when it terminates normallyTom Goff2011-03-211-0/+1
| | | | | | | | | | | | | | | A clean exit makes it easier to use memory debuggers. * ospf6_asbr.c: (ospf6_asbr_terminate) Add a function to do route map cleanup. * ospf6_lsa.c: (ospf6_lsa_terminate) Add a function to cleanup the lsa handler vector. * ospf6_main.c: (ospf6_exit) Add an function that causes ospf6d to gracefully exit. * ospf6_message.c: (ospf6_message_terminate) Add a function that frees the send and receive buffers. * ospf6_top.c: (ospf6_delete) Enable the ospf6_delete() function. Disable ospf6 before freeing everything.
* [trivia] finish off static'ification of ospf6d and ripngdPaul Jakma2008-08-221-2/+2
| | | | | | | | | 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.
* Better common router-id handling.hasso2004-10-111-0/+3
|
* Remove usage of evil list and listnode typedefs.hasso2004-09-231-1/+1
|
* SVN revisions 916-920 from Zebra. ABR support is almost done.hasso2004-08-151-1/+1
|
* SVN revision 907 from Zebra cvs repository.hasso2004-08-041-0/+1
|
* Ospf6d merge from Zebra repository with added privs stuff and mergedhasso2004-05-181-42/+19
| | | | zclient changes.
* Initial revisionpaul2002-12-131-0/+96