From owner-cvs-all Sat Jun 29 12: 0: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1384A37B401; Sat, 29 Jun 2002 11:59:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6663743E1D; Sat, 29 Jun 2002 11:59:54 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (ume@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5TIxsJU055374; Sat, 29 Jun 2002 11:59:54 -0700 (PDT) (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5TIxsNx055373; Sat, 29 Jun 2002 11:59:54 -0700 (PDT) Message-Id: <200206291859.g5TIxsNx055373@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 29 Jun 2002 11:59:54 -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: RELENG_4 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/29 11:59:54 PDT Modified files: (Branch: RELENG_4) usr.sbin/rtadvd config.c config.h dump.c rtadvd.8 rtadvd.c rtadvd.h timer.c timer.h Log: MFC: - KNF - sprintf -> snprintf - Skip duplicated prefixes in get_prefix(). - 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. usr.sbin/rtadvd/config.c: 1.8 - 1.10 usr.sbin/rtadvd/config.h: 1.5 usr.sbin/rtadvd/dump.c: 1.4 usr.sbin/rtadvd/rtadvd.8: 1.12 usr.sbin/rtadvd/rtadvd.c: 1.7 - 1.9 usr.sbin/rtadvd/rtadvd.h: 1.5, 1.6 usr.sbin/rtadvd/timer.c: 1.5 usr.sbin/rtadvd/timer.h: 1.5 Revision Changes Path 1.3.2.4 +145 -46 src/usr.sbin/rtadvd/config.c 1.1.2.3 +4 -2 src/usr.sbin/rtadvd/config.h 1.1.2.3 +10 -1 src/usr.sbin/rtadvd/dump.c 1.3.2.7 +30 -8 src/usr.sbin/rtadvd/rtadvd.8 1.3.2.3 +274 -290 src/usr.sbin/rtadvd/rtadvd.c 1.1.2.3 +9 -2 src/usr.sbin/rtadvd/rtadvd.h 1.1.2.3 +13 -16 src/usr.sbin/rtadvd/timer.c 1.1.2.3 +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