summaryrefslogtreecommitdiffstats
path: root/isisd/isis_main.c
Commit message (Collapse)AuthorAgeFilesLines
* Removing code which looked at current dir for config file before attemptinghasso2004-06-201-4/+3
| | | | to read system one.
* Commit 100% working part of patch from Laurent Rabret ([quagga-dev 830]).hasso2004-05-191-2/+1
| | | | 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-3/+2
|
* 2004-03-16 David Young <dyoung@pobox.com>gdt2004-03-161-1/+1
| | | | | | | | | * (many) reference <lib/version.h> rather than "version.h", because version.h is a generated file and not present in the source tree when using objdir builds. (committed by gdt) works fine with normal builds; didn't try objdir
* Fix vty address handling and added pid file stuff.hasso2004-02-201-2/+11
|
* 2004-01-19 Paul Jakma <paul@dishone.st>paul2004-01-191-48/+26
| | | | | | | * tests/test-sig.c: New file, regression test for sigevents. * lib/Makefile.am: add sigevent.{c,h} * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents. * zebra/main.c: ditto.
* 2607/tcp is already used by ospfapi.jardin2003-12-231-1/+1
| | | | Let's use 2608/tcp for isisd.
* Merge isisd into the Quagga's framework:jardin2003-12-231-8/+46
| | | | | | | | | | - add privs support - use misc quagga's definitions - make it compile"able" - fix segfault cases related to hostname() - add debug isis xxx command This patch has been approved by Paul Jakma.
* Initial revisionjardin2003-12-231-0/+330