From dd763d97b048b955b8614868157a5e67571fe71a Mon Sep 17 00:00:00 2001 From: andreas Date: Sat, 31 Jul 1999 06:19:31 +0000 Subject: Upgrade to 0.74 OSPFd core dump during startup should be fixed. BTW it's still not a complete OSPF implementation as the author says on the mailing list: "This is the first beta relase which includes (partly) workable ospfd. Now ospfd works as inter area OSPF router. When it works properly route goes into the kernel. Please note it does not support intra area route, AS external route, multiple area, aging of LSA, etc... Please use ospfd only in test environment. BGP serious bug is fixed. ripngd is almost rewritten to conform to RFC2080. ospf6d's LSA data structure is improved. And also many bugs are fixed." --- net/zebra/Makefile | 4 ++-- net/zebra/distinfo | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'net/zebra') diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 78c1a8dcdc4..f491470f784 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -3,10 +3,10 @@ # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm # -# $Id: Makefile,v 1.18 1999/07/18 11:46:32 andreas Exp $ +# $Id: Makefile,v 1.19 1999/07/18 11:52:13 andreas Exp $ # -DISTNAME= zebra-0.73 +DISTNAME= zebra-0.74 CATEGORIES= net MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! diff --git a/net/zebra/distinfo b/net/zebra/distinfo index 051bb86b5ff..3f5fe6f0944 100644 --- a/net/zebra/distinfo +++ b/net/zebra/distinfo @@ -1 +1 @@ -MD5 (zebra-0.73.tar.gz) = 8ba2dcc0dc39fa4419b8edbca7d88968 +MD5 (zebra-0.74.tar.gz) = 8bc992bacfe0d023d1f92315caa021b1 -- cgit