Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2009 20:18:23 +0000 (UTC)
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet in_mcast.c
Message-ID:  <200909122018.n8CKIXIj074176@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bms         2009-09-12 20:18:23 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          in_mcast.c 
  Log:
  SVN rev 197135 on 2009-09-12 20:18:23Z by bms
  
  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 IP_MSFILTER
  is also disallowed.
  
  Deals with the case described in PR 137164 upfront, cumulative
  with the fix in svn rev 197132 which only calls imo_match_source()
  if the source address family was not unspecified.
  
  PR:             137164
  MFC after:      5 days
  
  Revision  Changes    Path
  1.32      +14 -8     src/sys/netinet/in_mcast.c



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