summaryrefslogtreecommitdiffstats
path: root/isisd/isis_routemap.c
Commit message (Collapse)AuthorAgeFilesLines
* Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-291-11/+10
| | | | | | | | Release: 0.99.18ex14 Also fixes issue with unknown attributes -- does not release them prematurely. Contains the "bgpd: New show commands for improved view and address family support", which is post 0.99.18. (But not RFC 5082 GTSM.)
* [isisd] Fix compiler warnings and allow v4-only compilationPaul Jakma2006-12-081-0/+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-2/+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.
* Sync isisd with changes in lib.hasso2004-10-111-2/+2
|
* Compiler warnings fixes.hasso2004-09-261-1/+1
|
* Indentation only. No any functional changes.hasso2004-09-101-19/+20
|
* Make it compile in NetBSD and OpenBSD.hasso2004-05-191-1/+0
|
* Initial revisionjardin2003-12-231-0/+100