Changes in 0.75, 0.76 is a bugfix release ...
BGP-4+ route handling is much improved. ripngd perform route aggregation with aggregate-address command. When zebra starts up, delete all installed routes which installed by zebra. ospfd DR election problem fixed. `terminal length 0' bug is fixed. BGP route-map now properly handles permit/deny and match/no match mixture. This fix is done by Rick Payne <rickp@rossfell.co.uk>. -- Kunihiro Ishiguro -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- * Changes in zebra-0.75 * Changes in lib ** `termnal length 0' bug is fixed. * Changes in zebra ** When zebra starts up, sweep all zebra installed routes. If -k or --keep_kernel option is specified to zebra dameon. This function is not performed. * Changes in ripngd ** Aggreagte address command supported. In router ripngd, `aggregate-address IPV6PREFIX' works. * Changes in bgpd ** Input route-map's bug which cause segmentation violation is fixed. ** route-map method improved. ** BGP-4+ nexthop detection improved. ** BGP-4+ route re-selection bug is fixed. ** BGP-4+ iBGP route's nexthop calculation works. ** After connection Established `show ip bgp neighbor' display BGP TCP connection's source and destination address. ** In case of BGP-4+ `show ip bgp neighbor' display BGP-4+ global and local nexthop which used for originated route. This address will be used when `next-hop-self'. * Changes in ospfd ** Fix bug of DR election. ** Set IP precedence field with IPTOS_PREC_INTERNET_CONTROL. ** Schedule NeighborChange event if NSM status change. ** Never include a neighbor in Hello packet, when the neighbor goes down.
This commit is contained in:
parent
50ac357929
commit
1b33f07db8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20643
6 changed files with 9 additions and 9 deletions
|
@ -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.19 1999/07/18 11:52:13 andreas Exp $
|
||||
# $Id: Makefile,v 1.20 1999/07/31 06:19:30 andreas Exp $
|
||||
#
|
||||
|
||||
DISTNAME= zebra-0.74
|
||||
DISTNAME= zebra-0.76
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
|
||||
# you might need debugging, it's a developer release !
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (zebra-0.74.tar.gz) = 8bc992bacfe0d023d1f92315caa021b1
|
||||
MD5 (zebra-0.76.tar.gz) = 802e6ddd35486a224fd8a158da4b1ea3
|
||||
|
|
|
@ -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.19 1999/07/18 11:52:13 andreas Exp $
|
||||
# $Id: Makefile,v 1.20 1999/07/31 06:19:30 andreas Exp $
|
||||
#
|
||||
|
||||
DISTNAME= zebra-0.74
|
||||
DISTNAME= zebra-0.76
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
|
||||
# you might need debugging, it's a developer release !
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (zebra-0.74.tar.gz) = 8bc992bacfe0d023d1f92315caa021b1
|
||||
MD5 (zebra-0.76.tar.gz) = 802e6ddd35486a224fd8a158da4b1ea3
|
||||
|
|
|
@ -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.19 1999/07/18 11:52:13 andreas Exp $
|
||||
# $Id: Makefile,v 1.20 1999/07/31 06:19:30 andreas Exp $
|
||||
#
|
||||
|
||||
DISTNAME= zebra-0.74
|
||||
DISTNAME= zebra-0.76
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
|
||||
# you might need debugging, it's a developer release !
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (zebra-0.74.tar.gz) = 8bc992bacfe0d023d1f92315caa021b1
|
||||
MD5 (zebra-0.76.tar.gz) = 802e6ddd35486a224fd8a158da4b1ea3
|
||||
|
|
Loading…
Reference in a new issue