summaryrefslogtreecommitdiffstats
path: root/isisd/isis_tlv.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-02-09 Paul Jakma <paul.jakma@sun.com>paul2005-02-091-11/+4
| | | | | | | | | | | | | * (global) Update code to match stream.h changes. stream_get_putp effectively replaced with stream_get_endp. stream_forward renamed to stream_forward_getp. stream_forward_endp introduced to replace some previous setting/manual twiddling of putp by daemons. * lib/stream.h: Remove putp. Update reference to putp with endp. Add stream_forward_endp, which daemons were doing manually. Rename stream_forward to stream_forward_getp. lib/stream.c: Remove/update references to putp. introduce stream_forward_endp.
* * *.c: Changed many functions to static. Some commented outhasso2005-01-181-1/+1
| | | | functions and some tiny related fixes. No functional changes.
* zlog_* cleanup. Level of debug messages to LOG_DEBUG.hasso2004-12-241-30/+30
|
* No warnings here any more.hasso2004-10-071-4/+2
|
* Compiler warnings fixes.hasso2004-09-261-1/+1
|
* Second part of fixes from Laurent Rabret.hasso2004-09-151-1/+2
|
* Isisd is now able to remove addresses from circuit and trigger LSP updateshasso2004-09-141-0/+2
| | | | if it's done. Some random fixes as well and update to sample configuration.
* Indentation only. No any functional changes.hasso2004-09-101-742/+823
|
* Commit 100% working part of patch from Laurent Rabret ([quagga-dev 830]).hasso2004-05-191-0/+15
| | | | Also tiny temporary fix from me to spf thread crash. Will look at it later.
* 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-3/+4
| | | | changelog for details.
* Initial revisionjardin2003-12-231-0/+1014