Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Apr 2011 08:05:23 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet6 in6_proto.c
Message-ID:  <201104200805.p3K85iQ1059247@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2011-04-20 08:05:23 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet6         in6_proto.c 
  Log:
  SVN rev 220881 on 2011-04-20 08:05:23Z by bz
  
  MFp4 CH=191760,191770:
  
  Not compiling in and not initializing from inetsw from in_proto.c for
  IPv6 only, we need to initialize upper layer protocols from inet6sw.
  Make sure to not initialize them twice in a Dual-Stack
  environment but only conditionally on no INET as we have done for
  TCP for a long time.  Otherwise we would leak resources.
  
  Reviewed by:    gnn
  Sponsored by:   The FreeBSD Foundation
  Sponsored by:   iXsystems
  MFC after:      3 days
  
  Revision  Changes    Path
  1.74      +9 -0      src/sys/netinet6/in6_proto.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104200805.p3K85iQ1059247>