cvs commit: src/sys/conf files src/sys/netinet6 in6.c
in6_ifattach.c in6_prefix.c in6_prefix.h in6_proto.c ip6_input.c
nd6.c
Robert Watson
rwatson at FreeBSD.org
Sun Aug 22 20:00:28 PDT 2004
rwatson 2004-08-23 03:00:27 UTC
FreeBSD src repository
Modified files:
sys/conf files
sys/netinet6 in6.c in6_ifattach.c in6_proto.c
ip6_input.c nd6.c
Removed files:
sys/netinet6 in6_prefix.c in6_prefix.h
Log:
Remove in6_prefix.[ch] and the contained router renumbering capability.
The prefix management code currently resides in nd6, leaving only the
unused router renumbering capability in the in6_prefix files. Removing
it will make it easier for us to provide locking for the remainder of
IPv6 by reducing the number of objects requiring synchronized access.
This functionality has also been removed from NetBSD and OpenBSD.
Submitted by: George Neville-Neil <gnn at neville-neil.com>
Discussed with/approved by: suz, keiichi at kame.net, core at kame.net
Revision Changes Path
1.944 +0 -1 src/sys/conf/files
1.48 +0 -7 src/sys/netinet6/in6.c
1.24 +0 -3 src/sys/netinet6/in6_ifattach.c
1.11 +0 -1199 src/sys/netinet6/in6_prefix.c (dead)
1.6 +0 -91 src/sys/netinet6/in6_prefix.h (dead)
1.30 +0 -1 src/sys/netinet6/in6_proto.c
1.76 +0 -5 src/sys/netinet6/ip6_input.c
1.44 +0 -21 src/sys/netinet6/nd6.c
More information about the cvs-src
mailing list