diff options
author | andreas <andreas@FreeBSD.org> | 1999-07-31 14:19:31 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-07-31 14:19:31 +0800 |
commit | dd763d97b048b955b8614868157a5e67571fe71a (patch) | |
tree | 70a1945876dfdbb3c8c960f02fe650b222eb1893 /net/zebra/Makefile | |
parent | ec870b57632c186d4d6ad96b01ce338170242d54 (diff) | |
download | freebsd-ports-gnome-dd763d97b048b955b8614868157a5e67571fe71a.tar.gz freebsd-ports-gnome-dd763d97b048b955b8614868157a5e67571fe71a.tar.zst freebsd-ports-gnome-dd763d97b048b955b8614868157a5e67571fe71a.zip |
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."
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r-- | net/zebra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 78c1a8dcdc41..f491470f7848 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 <andreas@klemm.gtn.com> # -# $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 ! |