From owner-cvs-all Thu Jun 13 9:59:49 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B002737B423; Thu, 13 Jun 2002 09:59:31 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5DGxVb35301; Thu, 13 Jun 2002 09:59:31 -0700 (PDT) (envelope-from ume) Message-Id: <200206131659.g5DGxVb35301@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 13 Jun 2002 09:59:31 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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