Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Nov 2009 13:33:23 +0000 (UTC)
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet6 in6_mcast.c
Message-ID:  <200911191333.nAJDXh76000997@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bms         2009-11-19 13:33:23 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet6         in6_mcast.c 
  Log:
  SVN rev 199527 on 2009-11-19 13:33:23Z by bms
  
  Adapt r197135 to IPv6 stack:
    Don't allow joins w/o source on an existing group.
    This is almost always pilot error.
  
    We don't need to check for group filter UNDEFINED state at t1,
    because we only ever allocate filters with their groups, so we
    unconditionally reject such calls with EINVAL.
    Trying to change the active filter mode w/o going through IPV6_MSFILTER
    is also disallowed.
  
  MFC after:      1 day
  
  Revision  Changes    Path
  1.13      +14 -8     src/sys/netinet6/in6_mcast.c



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