Go to file
ajs 56f2069a03 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* command.h: Remove fields log_stdout and log_syslog from struct host,
	  since they are just trying to duplicate information in the
	  zlog_default structure.  Note that this fixes a bug since those
	  fields were not registering any logging that was established
	  in the initial call to openzlog (this affects only the zebra and
	  ospf6d daemons).  It is probably a bug to turn on any logging by
	  default in the call to openzlog.
	* command.c: (config_write_host) Get logging info from zlog_default
	  instead of now-removed fields host.log_stdout and host.log_syslog.
	  (config_log_stdout,no_config_log_stdout) Do not set now-removed field
	  host.log_stdout, since this info is recorded in zlog_default.
	  (config_log_file) Use XSTRDUP (instead of strdup) to set host.logfile.
	  (config_log_syslog,config_log_syslog_facility,no_config_log_syslog)
	  Do not set now-removed field host.log_syslog, since this info is
	  recorded in zlog_default.
2004-12-03 17:40:31 +00:00
bgpd 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-12-03 16:36:46 +00:00
doc Make group to run daemon as configurable. Fixes #2 from Bugzilla #64. 2004-11-25 19:33:48 +00:00
guile - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch 2004-11-02 18:59:49 +00:00
init CVS ignore Linux NFS silly-delete .nfs* files 2004-06-06 15:25:35 +00:00
isisd 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-12-03 16:36:46 +00:00
lib 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-12-03 17:40:31 +00:00
m4 - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch 2004-11-02 18:59:49 +00:00
ospf6d 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-12-03 16:36:46 +00:00
ospfclient 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-11-20 02:06:59 +00:00
ospfd 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-12-03 16:43:24 +00:00
pkgsrc - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch 2004-11-02 18:59:49 +00:00
ports - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch 2004-11-02 18:59:49 +00:00
redhat 2004-11-10 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-11-10 22:02:05 +00:00
ripd 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-12-03 16:36:46 +00:00
ripngd 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-12-03 16:36:46 +00:00
tests - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch 2004-11-02 18:59:49 +00:00
tools - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch 2004-11-02 18:59:49 +00:00
vtysh 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-11-20 02:06:59 +00:00
zebra 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu> 2004-12-03 16:36:46 +00:00
.cvsignore 2004-11-12 Paul Jakma <paul@dishone.st> 2004-11-12 09:44:03 +00:00
AUTHORS Initial revision 2002-12-13 20:15:29 +00:00
ChangeLog 2004-11-24 Paul Jakma <paul@dishone.st> 2004-11-24 05:53:53 +00:00
configure.ac Make quagga.info in cvs actually useful for those who haven't latest 2004-11-19 06:41:49 +00:00
COPYING Initial revision 2002-12-13 20:15:29 +00:00
COPYING.LIB Initial revision 2002-12-13 20:15:29 +00:00
HACKING Note that <dollar>Id:$ should be included in all files. 2004-11-15 19:23:47 +00:00
INSTALL.quagga.txt Note C99 requirement. 2004-11-23 17:19:21 +00:00
Makefile.am autoreconf doesnt like top_srcdir var. update-autotools needs to -I m4 too 2004-09-13 04:57:03 +00:00
mkinstalldirs Revert to zebra.org automake files 2003-02-17 23:54:05 +00:00
NEWS 2004-11-06 Paul Jakma <paul@dishone.st> 2004-11-07 22:34:23 +00:00
README 2004-11-12 Paul Jakma <paul@dishone.st> 2004-11-12 10:30:21 +00:00
REPORTING-BUGS Zebra -> Quagga and reformatting. 2004-02-20 20:33:43 +00:00
SERVICES 2607/tcp is already used by ospfapi. 2003-12-23 10:42:45 +00:00
stamp-h.in Initial revision 2002-12-13 20:15:29 +00:00
TODO 2004-11-24 Paul Jakma <paul@dishone.st> 2004-11-24 05:53:53 +00:00
update-autotools 2004-11-06 Paul Jakma <paul@dishone.st> 2004-11-07 22:34:23 +00:00

Quagga is free software that manages various IPv4 and IPv6 routing
protocols.

Currently Quagga supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1,
RIPv2, and RIPng as well as very early support for IS-IS.
  
See the file INSTALL.quagga.txt for building and installation instructions.
  
See the file REPORTING-BUGS to report bugs.
  
Quagga is free software. See the file COPYING for copying conditions.