summaryrefslogtreecommitdiffstats
path: root/isisd/topology
Commit message (Collapse)AuthorAgeFilesLines
* Removing compiler warnings.Chris Hall2010-04-161-14/+14
| | | | | | | | Removed nearly 100 compiler warnings in the various routing daemons which now clean compile. Removed one warning in vty.c, which was obscured by the other warnings. SO... this commit corrects the previous one.
* isisd: fix --enable-isis-topology for 64-bit LinuxDavid Ward2009-12-031-0/+3
|
* [administrivia] Git should ignore backup files and .loT filesPaul Jakma2008-08-221-0/+3
|
* [administrivia] Add .gitignore files, based on .cvsignores.Paul Jakma2008-08-221-0/+9
|
* [isisd] Fix compiler warnings and allow v4-only compilationPaul Jakma2006-12-082-1/+20
| | | | | | | | | | | 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.
* * random.c, spgrid.[ch]: Fix warnings with hope that I didn't brokehasso2005-09-013-18/+19
| | | | | | | | | anything. These floats to longs and vice versa casts are starnge indeed. * isis_pdu.c: As we don't use %z for size_t for now because we support older compilers, cast them to unsigned long. Also fix previous changelog entry. Isisd compiles cleanly now again.
* * topology/spgrid.c: MAXLONG is deprecated, use LONG_MAX instead.hasso2005-08-101-2/+1
| | | | | | values.h, where MAXLONG is defined, is deprecated as well. Thanks to Greg for noticing and to Rivo for fix.
* 2005-04-15 Paul Jakma <paul@dishone.st>paul2005-04-151-1/+1
| | | | | * topology/Makefile.am: random.c is a source of libtopology, so list it.
* 2005-04-10 Paul Jakma <paul@dishone.st>paul2005-04-101-2/+0
| | | | | | | | | | * Makefile.am: topology should not be a conditional SUBDIR, otherwise make dist breaks. * topology/Makefile.am: remove EXTRA_DIST of files which dont exist in that directory, broke make dist. * isisd.c: (show_isis_generated_topology_cmd) convert LIST_LOOP * isis_lsp.c: (generate_topology_lsps) ditto (build_topology_lsp_data) ditto
* * configure.ac: Add --enable-isis-topology to enable isisd topologyhasso2005-04-021-1/+1
| | | | | | | | | | | | generator code. * isisd/Makefile.am: Variables to handle conditonal compiling of topology generator code. * isisd/isis_lsp.c: lsppdu_realloc() is used by topology generator. * isisd/isisd.c: Rename show_isis_topology_cmd to not conflict the one in the isis_spf.c. * isisd/isisd.h: Remove TOPOLOGY_GENERATE define, it will be defined in toplevel config.h if topology generator is enabled. * isisd/topology/Makefile.am: Handle the libtoolized Quagga libraries.
* - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use archpaul2004-11-021-0/+2
| | | | with CVS trees.
* CVS ignore Linux NFS silly-delete .nfs* filespaul2004-06-061-0/+1
|
* Add .cvsignore for isisd/topologypaul2004-06-061-0/+6
|
* Initial revisionjardin2003-12-236-0/+1933