Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 1999 17:01:33 -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:  <199908190001.RAA71023@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
andreas     1999/08/18 17:01:33 PDT

  Modified files:
    net/zebra            Makefile 
    net/zebra/files      md5 
  Log:
  Upgrade to zebra 0.77
  
  From: Kunihiro Ishiguro <kunihiro@zebra.org>
  Date: Sun, 15 Aug 1999 23:47:59 +0900
  
  This beta includes brand new ripd.  Almost codes of ripd is rewritten.
  ripd's dynamic `network' command configuration is improved.  `timers
  basic' command's semantics is changed to conforms to RFC2453.  ripngd
  is also updated as same as ripd.  IPv6 kernel route handling bug is
  fixed.  SIGUSR1 reopen logging file.  ospfd's bug of originating
  network LSA is fixed.  Redistribute routes handling is much improved.
  Now `no redistribute' works as expected.  BGP-4+ withdraw bug is
  fixed.  IPv6 router advertisement codes are added but not yet usable.
  
  * Changes in zebra-0.77
  * Changes in lib
  ** SIGUSR1 reopen logging file.
  ** route-map is extended to support multi-protocol routing information.
  ** When compiling under GNU libc 2.1 environment don't use inet6-apps.
  
  * Changes in zebra
  ** Basic IPv6 router advertisement codes added.  It is not yet usable.
  ** Fix IPv6 route addition/deletion bug is fixed.
  ** `show ip route A.B.C.D' works
  
  * Changes in bgpd
  ** When invalid unfeasible routes length comes, bgpd send notify then
  continue to process the packet.  Now bgpd stop parsing invalid packet
  then return to main loop.
  ** BGP-4+ withdrawn routes parse bug is fixed.
  ** When BGP-4+ information passed to non shared network's peer, trim
  link-local next-hop information.
  ** `no redistribute ROUTE_TYPE' withdraw installed routes from BGP
  routing information.
  ** `show ipv6 route IPV6ADDR' command added.
  ** BGP start timer has jitter.
  ** Holdtimer configuration bug is fixed.  Now configuration does not
  show unconfigured hold time value.
  
  * Changes in ripngd
  ** Now update timer (default 30 seconds) has +/- 50% jitter value.
  ** Add timers basic command.
  ** `network' configuration is dynamically reflected.
  ** `timers basic <update> <timeout> <garbage>' added.
  
  * Changes in ripd
  ** Reconstruct almost codes.
  ** `network' configuration is dynamically reflected.
  ** RIP timers now conforms to RFC2453.  So user can configure update,
  timeout, garbage timer.
  ** `timers basic <update> <timeout> <garbage>' works.
  
  * Changes in ospfd
  ** Bug of originating network LSA is fixed.
  ** `no router ospf' core dump bug is fixed.
  
  * Changes in ospf6d
  ** Redistribute route works.
  
  Revision  Changes    Path
  1.22      +2 -2      ports/net/zebra/Makefile
  1.12      +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?199908190001.RAA71023>