mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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.
This commit is contained in:
parent
aed27b7dd5
commit
cc2d7ec287
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19563
@ -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 !
|
||||
|
@ -1 +1 @@
|
||||
MD5 (zebra-0.64.1.tar.gz) = ed755735c1644d4cdabbc714657b0daf
|
||||
MD5 (zebra-0.68.tar.gz) = 3aa28e4e4741a35c090704ec04d92798
|
||||
|
@ -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 !
|
||||
|
@ -1 +1 @@
|
||||
MD5 (zebra-0.64.1.tar.gz) = ed755735c1644d4cdabbc714657b0daf
|
||||
MD5 (zebra-0.68.tar.gz) = 3aa28e4e4741a35c090704ec04d92798
|
||||
|
@ -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 !
|
||||
|
@ -1 +1 @@
|
||||
MD5 (zebra-0.64.1.tar.gz) = ed755735c1644d4cdabbc714657b0daf
|
||||
MD5 (zebra-0.68.tar.gz) = 3aa28e4e4741a35c090704ec04d92798
|
||||
|
Loading…
Reference in New Issue
Block a user