summaryrefslogtreecommitdiffstats
path: root/isisd/topology/spgrid.c
Commit message (Collapse)AuthorAgeFilesLines
* Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-1/+2
| | | | | | | | | Release: 0.99.18ex15p -- Pipework Branch 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.)
* 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 compiler warnings and allow v4-only compilationPaul Jakma2006-12-081-0/+9
| | | | | | | | | | | 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-011-13/+13
| | | | | | | | | 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.
* Initial revisionjardin2003-12-231-0/+729