Go to file
paul 800d61556c ospfd/ospfd.h: Change delay and holdtime to 1s. More appropriate values for
the class of machines which zebra runs on than the original defaults which
were taken from IOS (and even IOS uses much lower times these days). Lower
values greatly help with convergence.

Ideally, we'd use even lower times, but thread_add_timer() api will need to
be modified to use milliseconds. (eg JunOS uses 100ms for delay, and 700ms
for hold time, iirc from Hasso).
2003-05-29 17:26:24 +00:00
bgpd Update Changelogs 2003-05-16 19:00:31 +00:00
doc Add Makefile.in to the remaining .cvsignore's 2003-04-09 06:37:27 +00:00
guile Add Makefile.in to the remaining .cvsignore's 2003-04-09 06:37:27 +00:00
init Removed out of date init/redhat. 2003-01-18 01:46:14 +00:00
lib lib/table.c: Fix the SET_LINK macro. (not that its of any worth) 2003-05-29 17:18:47 +00:00
ospf6d ospf6d part of 6Wind patch. 2003-05-25 21:39:29 +00:00
ospfclient Author: ralph 2003-04-09 07:26:33 +00:00
ospfd ospfd/ospfd.h: Change delay and holdtime to 1s. More appropriate values for 2003-05-29 17:26:24 +00:00
ports renamed ports/redhat to redhat/ 2003-01-18 02:08:50 +00:00
redhat Add .cvsignore for redhat 2003-05-26 00:22:23 +00:00
ripd Unbroke "set metric" command in vtysh again. 2003-05-25 16:02:39 +00:00
ripngd ripngd/Makefile.am: missing ripng_nexthop.h from _HEADERS line. breaks 2003-05-28 18:37:52 +00:00
tools Initial revision 2002-12-13 20:15:29 +00:00
vtysh RIP has now "route-map x [in|out] <interface>" as well. 2003-05-25 15:13:49 +00:00
zebra IPv4 part of "make reject|blackhole routes work without nexthop|interface". 2003-05-28 12:02:15 +00:00
.cvsignore Updated to reflect removal of auto-built files 2003-04-09 06:34:28 +00:00
acconfig.h Merged 6Wind patch. 2003-05-25 20:03:48 +00:00
AUTHORS Initial revision 2002-12-13 20:15:29 +00:00
ChangeLog From: Hasso Tepper <hasso@estpak.ee> 2003-04-13 21:42:11 +00:00
config.guess Initial revision 2002-12-13 20:15:29 +00:00
config.sub Rivo Nurgess: Add cobalt machine type 2003-05-27 09:26:22 +00:00
configure.ac Change rtadv to default to disabled. 2003-05-25 23:51:31 +00:00
configure.in Sync to configure.ac 2003-05-25 23:52:37 +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
depcomp Initial revision 2002-12-13 20:15:29 +00:00
INSTALL Initial revision 2002-12-13 20:15:29 +00:00
install-sh Initial revision 2002-12-13 20:15:29 +00:00
Makefile.am Fix make dist 2003-03-31 19:02:41 +00:00
missing Initial revision 2002-12-13 20:15:29 +00:00
mkinstalldirs Revert to zebra.org automake files 2003-02-17 23:54:05 +00:00
NEWS Initial revision 2002-12-13 20:15:29 +00:00
README Initial revision 2002-12-13 20:15:29 +00:00
REPORTING-BUGS Initial revision 2002-12-13 20:15:29 +00:00
SERVICES Initial revision 2002-12-13 20:15:29 +00:00
stamp-h.in Initial revision 2002-12-13 20:15:29 +00:00
TODO Initial revision 2002-12-13 20:15:29 +00:00
update-autotools Initial revision 2002-12-13 20:15:29 +00:00

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

Currently GNU Zebra supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1,
RIPv2, and RIPng.
  
See the file INSTALL for building and installation instructions.
  
See the file REPORTING-BUGS to report bugs.
  
GNU Zebra is free software. See the file COPYING for copying conditions.