summaryrefslogtreecommitdiffstats
path: root/zebra/main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Common router id.hasso2004-10-031-1/+2
|
* Commit my hack (yes, I still call it hack) - command line switch for zebrahasso2004-08-311-17/+39
| | | | daemon to change netlink receive buffer size.
* Add libtool support.gdt2004-06-301-0/+3
| | | | | | | | | | | | | | | | libzebra and libospfapiclient are now built shared, and linked shared with the daemons. This reduces the memory needed when running multiple daemons; each daemon is at least 150k smaller. Static libraries are still built, and libtool should use them on platforms which don't have shared libaries. As with autoconf, the user of a distribution does not need libtool; one just needs that to build from CVS. libospf.a is still a non-shared library, and still installed, not because that makese sense, but because I don't understand why it is the way it is now. Note that the tree was tagged 'libtool-before' just before this commit.
* Removing code which looked at current dir for config file before attemptinghasso2004-06-201-2/+1
| | | | to read system one.
* OK, here it is - irdp support. But don't expect me to fix any bugs in it.hasso2004-06-121-0/+7
|
* Readded SIGTERM handling into sigevent stuff. Fixes bugzilla #85.hasso2004-03-221-0/+4
|
* Fix bugzilla #82.hasso2004-03-171-1/+1
|
* 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
* 2004-01-19 Paul Jakma <paul@dishone.st>paul2004-01-191-36/+19
| | | | | | | * 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.
* 2003-08-14 Paul Jakma <paul@dishone.st>paul2003-08-141-3/+3
| | | | | | | | | | | * zebra/main.c: Fixup ZEBRA_{GROUP,USER} defines -> QUAGGA_{USER,GROUP} * bgpd/bgp_main.c: ditto * ospf6d/ospf6_main.c: ditto * ospfd/ospf_main.c: ditto * ripd/rip_main.c: ditto * ripngd/ripng_main.c: ditto * zebra/main.c: ditto
* 2003-08-10 amir <amir@datacore.ch>paul2003-08-101-1/+1
| | | | | * Add missing 'i' to getopts, short form of --pid_file. see http://bugzilla.quagga.net/show_bug.cgi?id=25
* 2003-06-15 Paul Jakma <paul@dishone.st>paul2003-06-151-5/+8
| | | | | | | | * lib/vty.{c,h}: Remove vty layer depending on a 'master' global, pass the thread master in explicitly to vty_init. Sort out some header dependency problems with lib/command.h * zebra/: Move globals to struct zebrad. Update vty_init(). * (.*)/\1_main.c: update call to vty_init().
* Unbreak router advertisment feature when using capabilities.hasso2003-06-051-0/+1
|
* 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-3/+32
| | | | * Merge of zebra privileges
* Matthew Grant <grantma@anathoth.gen.nz>paul2003-01-221-3/+10
| | | | | | [zebra 17290] [PATCHES] - Fixes for problems in 0.93b portfix patch
* Initial revisionpaul2002-12-131-0/+316