From owner-cvs-all Sat Jun 19 3:21:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4452A14E2E; Sat, 19 Jun 1999 03:21:10 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA00697; Sat, 19 Jun 1999 03:21:10 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Message-Id: <199906191021.DAA00697@freefall.freebsd.org> From: Andreas Klemm Date: Sat, 19 Jun 1999 03:21:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zebra Makefile ports/net/zebra/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk andreas 1999/06/19 03:21:09 PDT Modified files: net/zebra Makefile net/zebra/files md5 Log: 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. Revision Changes Path 1.14 +2 -2 ports/net/zebra/Makefile 1.8 +1 -1 ports/net/zebra/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message