Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 May 1995 06:32:26 -0700
From:      David Greenman <davidg>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/pci if_de.c
Message-ID:  <199505221332.GAA24127@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
davidg      95/05/22 06:32:25

  Modified:    sys/pci   if_de.c
  Log:
  There are two serious bugs in if_de.c.  The first should not matter
  to most users (the wrong length is passed to ether_input).  The
  second is more serious.  The multicast hash algorithm uses the wrong
  (low) bits instead of the right (high) bits.  This is only an issue
  if you use >12 multicast addresses but if you are using IP multicast
  then it might affect you...
  
  Submitted by:	Matt Thomas



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