Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2007 00:14:02 +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/net if.c
Message-ID:  <200702220014.l1M0E2JY002119@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bms         2007-02-22 00:14:02 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if.c 
  Log:
  Fix a bug in if_findmulti(), whereby it would not find (and thus delete)
  a link-layer multicast group membership.
  Such memberships are needed in order to support protocols such as
  IS-IS without putting the interface into PROMISC or ALLMULTI modes.
  
  sa_equal() is not OK for comparing sockaddr_dl as it has deeper structure
  than a simple byte array, so add sa_dl_equal() and use that instead.
  
  Reviewed by:    rwatson
  Verified with:  /usr/sbin/mtest
  Bug found by:   Jouke Witteveen
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.266     +22 -3     src/sys/net/if.c



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