Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2002 09:59:31 -0700 (PDT)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/rtadvd config.c config.h dump.c rtadvd.8 rtadvd.c rtadvd.h timer.c timer.h
Message-ID:  <200206131659.g5DGxVb35301@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

ume         2002/06/13 09:59:31 PDT

  Modified files:
    usr.sbin/rtadvd      config.c config.h dump.c rtadvd.8 
                         rtadvd.c rtadvd.h timer.c timer.h 
  Log:
  Changed the behavior when an interface-direct prefix being advertised
  was removed from the kernel;
  Advertise the prefix with zero lifetimes rather than to remove the prefix
  from the prefix list to be advertised.
  This will help renumber a receiving host by deprecating the address
  derived from the old prefix.
  
  Obtained from:  KAME
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.10      +93 -16    src/usr.sbin/rtadvd/config.c
  1.5       +4 -2      src/usr.sbin/rtadvd/config.h
  1.4       +10 -1     src/usr.sbin/rtadvd/dump.c
  1.12      +30 -8     src/usr.sbin/rtadvd/rtadvd.8
  1.9       +11 -3     src/usr.sbin/rtadvd/rtadvd.c
  1.6       +7 -1      src/usr.sbin/rtadvd/rtadvd.h
  1.5       +13 -16    src/usr.sbin/rtadvd/timer.c
  1.5       +3 -3      src/usr.sbin/rtadvd/timer.h

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?200206131659.g5DGxVb35301>