cvs commit: src/sys/netinet6 in6.c in6_pcb.c in6_var.h
ip6_mroute.c ip6_output.c mld6.c
Robert Watson
rwatson at FreeBSD.org
Wed Sep 7 03:35:57 PDT 2005
On Wed, 7 Sep 2005, David E. O'Brien wrote:
> IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,
> M_IPMOPTS, M_MRTABLE). Thus we had conflicting instantiations.
> Create an IPv6-specific type to overcome this.
If you're cleaning up conflicting malloc types, I seem to recall the NFS
code is quite upset and confused about malloc types, due to it once being
combined server/client, and now separated but using the same names.
Robert N M Watson
More information about the cvs-src
mailing list