summaryrefslogtreecommitdiff
path: root/net/zebra/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1999-06-19 10:21:08 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1999-06-19 10:21:08 +0000
commitcc2d7ec28751ad400a8d8fcd48bbb454c165533c (patch)
tree6b423d9c340bd35fa8420374e07e402b99596f5a /net/zebra/Makefile
parentaed27b7dd52176da6e91268ef2dc8a6318889a28 (diff)
downloadfreebsd-ports-cc2d7ec28751ad400a8d8fcd48bbb454c165533c.zip
Update zebra port to 0.68
From the announcement on the zebra mailing list: ospfd is much improved. DR election bug is fixed. Database description can be sent and received. Now Neighbor State Machine goes to Full. We are working on zebra-0.70 can provide real OSPF routing feature. bgpd aggregate-address command is added. At this momemnt summary-only aggregation is supported. `ip community-list' command is added. New route-map command such as `set community' or `match community' is added. zebra's IPv6 related bug is fixed. VTY input buffer overflow bug is fixed. DEFUN can eat (a|b|c) statement. So (deny|permit) is useful for like this: bgpd(config)# access-list test ? deny Access list for denies permit Access list for permits Changes in zebra-0.68 ++ Changes in lib - DEFUN() is extended to support (a|b|c) statement. - Input buffer overflow bug is fixed. ++ Changes in bgpd - `ip community-list' is added. - set community and match community is added to route-map statement. - aggregate-address A.B.C.D/M partly works. Now it works only summary-only mode. ++ Changes in zebra - IPv6 network address delete bug is fixed. ++ Changes in ospfd - DR election bug fixed. - Now Database Description can be send or received. - Neighbor State Machine goes to Full state. ++ Changes in ospf6d - router zebra related bug is fixed.
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r--net/zebra/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index f8dce39bbf39..af2310aae0e6 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.12 1999/04/20 03:54:43 steve Exp $
+# $Id: Makefile,v 1.13 1999/05/09 18:24:05 itojun Exp $
#
-DISTNAME= zebra-0.64.1
+DISTNAME= zebra-0.68
CATEGORIES= net
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
# you might need debugging, it's a developer release !