summaryrefslogtreecommitdiffstats
path: root/isisd/dict.c
Commit message (Collapse)AuthorAgeFilesLines
* [isisd] Add support for Solaris DLPIpaul2007-08-071-0/+1
| | | | | | | | | | 2007-08-07 James Carlson <james.d.carlson@sun.com> * configure.ac: Added support for separate link-layer access mechanisms in isisd. * isis_network.c: split up into isis_bpf.c, isis_dlpi.c, and isis_pfpacket.c, selected by autoconf, and added DLPI support. * (general) Fixed to allow compilation and use on Solaris.
* * dict.[ch]: Revert all nonfunctional changes. It's external modulehasso2005-09-251-1136/+952
| | | | | | | imported from kazlib and it's better not to screw it - there is theoretical chance that we might want to merge changes from upstream at some point. Also avoid the loss of info about upstream version (rcsid).
* 2004-11-24 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-241-1/+1
| | | | | | | | | * zassert.h: New header file to declare a quagga-specific assert macro. * log.c: (_zlog_assert_failed) New function called when assert fails to log the error and abort. * zebra.h: Include "zassert.h" instead of <assert.h>. * regex.c: Include "zassert.h" instead of <assert.h>. * dict.c: Include "zassert.h" instead of <assert.h>.
* Indentation only. No any functional changes.hasso2004-09-101-952/+1136
|
* Initial revisionjardin2003-12-231-0/+1496