summaryrefslogtreecommitdiffstats
path: root/isisd/isis_misc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [isisd] Fix compiler warnings and allow v4-only compilationPaul Jakma2006-12-081-8/+8
| | | | | | | | | | | 2006-12-08 Hannes Gredler <hannes@gredler.at> * isis_adjacency.c: (isis_new_adj) Allow NULL snpa argument. * isis_pdu.c: (various) Update calls to isis_new_adj() to pass NULL and use default. * (general) Add forward declarations where required. Fix up const char *'s. Allow V4-only compilation.
* [isisd] remove includes of common system headers.paul2005-11-201-5/+0
| | | | | | | | | | | 2005-11-20 Paul Jakma <paul.jakma@sun.com> * (general) remove includes of very common system headers, these are already picked up by zebra.h. Further, including them before zebra.h messes up all our lovely (sarcasm) autoconf'd detecting of platform specific things. Recent addition of stdint.h to configure.ac and zebra.h appears particularly to throw up this problem.
* * isis_misc.[ch]: Fix some warnings, making some strings const.hasso2005-08-161-2/+2
|
* No warnings here any more.hasso2004-10-071-5/+5
|
* Compiler warnings fixes.hasso2004-09-261-11/+11
|
* * isisd.c: thread_master *master is already defined in isis_main.c.hasso2004-09-241-0/+15
| | | | | * isis_misc.[c|h], isis_lsp.[c|h]: Move static variables out of header files.
* Indentation only. No any functional changes.hasso2004-09-101-213/+252
|
* Make it compile in NetBSD and OpenBSD.hasso2004-05-191-1/+0
|
* Some fixes to isisd done by me and Cougar in the spring of 2003. Seehasso2003-12-231-1/+10
| | | | changelog for details.
* Merge isisd into the Quagga's framework:jardin2003-12-231-4/+20
| | | | | | | | | | - add privs support - use misc quagga's definitions - make it compile"able" - fix segfault cases related to hostname() - add debug isis xxx command This patch has been approved by Paul Jakma.
* Initial revisionjardin2003-12-231-0/+438