Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Oct 2006 10:43:41 +0000 (UTC)
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet in.c in_var.h
Message-ID:  <200610071043.k97AhffT065831@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bms         2006-10-07 10:43:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netinet          in.c in_var.h 
  Log:
  MFC: The IPv4 code should clean up multicast group state when an interface
  goes away. Without this change, it leaks in_multi (and often ether_multi
  state) if many clonable interfaces are created and destroyed in quick
  succession.
  
  The concept of this fix is borrowed from KAME. Detailed information about
  this behaviour, as well as test cases, are available in the PR.
  
  PR:             kern/78227
  Approved by:    re (rwatson)
  Revs:           1.94 src/sys/netinet/in.c
  Revs:           1.59 src/sys/netinet/in_var.h
  
  Revision  Changes    Path
  1.85.2.7  +31 -2     src/sys/netinet/in.c
  1.53.2.4  +2 -0      src/sys/netinet/in_var.h



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