Date: Sat, 29 Jun 2002 11:59:54 -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: <200206291859.g5TIxsNx055373@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206291859.g5TIxsNx055373>
