Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 1999 13:42:01 -0700 (PDT)
From:      Andreas Klemm <andreas@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net/zebra Makefile ports/net/zebra/files md5
Message-ID:  <199908102042.NAA18793@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
andreas     1999/08/10 13:42:00 PDT

  Modified files:
    net/zebra            Makefile 
    net/zebra/files      md5 
  Log:
  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.
  
  Revision  Changes    Path
  1.21      +2 -2      ports/net/zebra/Makefile
  1.11      +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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908102042.NAA18793>