summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_area.h
Commit message (Collapse)AuthorAgeFilesLines
* [trivia] finish off static'ification of ospf6d and ripngdPaul Jakma2008-08-221-10/+9
| | | | | | | | | 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.
* [c++] remove/rename some names in headers that clash with C++ reserved wordsPaul Jakma2008-02-261-3/+3
| | | | | | | | | | | 2008-01-30 Peter Szilagyi <sp615@hszk.bme.hu> * lib/stream.h: Remove named 'new' parameter in prototype for c++ header compatibility. * ospfd/ospf_opaque.h: ditto * ospfd/ospfd.h: Renamed struct export to _export for c++ header compatibility. * ospf6d/ospf6_area.h: ditto
* * ospf6_abr.[ch], ospf6_area.[ch]: Add area filter-list (in|out)hasso2005-06-241-0/+36
| | | | support and area import and export lists support.
* 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-8/+20
|
* SVN revision 907 from Zebra cvs repository.hasso2004-08-041-0/+6
|
* Ospf6d merge from Zebra repository with added privs stuff and mergedhasso2004-05-181-42/+28
| | | | zclient changes.
* Initial revisionpaul2002-12-131-0/+90