Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Mar 1997 00:35:12 -0800 (PST)
From:      itojun@itojun.org
To:        freebsd-gnats-submit@freebsd.org
Subject:   i386/3048: multicast support necessery in some drivers.
Message-ID:  <199703210835.AAA04341@freefall.freebsd.org>
Resent-Message-ID: <199703210840.AAA04536@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3048
>Category:       i386
>Synopsis:       multicast support necessery in some drivers.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 21 00:40:01 PST 1997
>Last-Modified:
>Originator:     Jun-ichiro Itoh
>Organization:
>Release:        2.2-RELEASE
>Environment:
FreeBSD fennel.csl.sony.co.jp 2.2-RELEASE FreeBSD 2.2-RELEASE #0: Fri Mar 21 16:39:26 JST 1997     root@fennel.csl.sony.co.jp:/usr/src/sys/compile/PAO  i386

>Description:
Current situation:
- Some drivers (ep, zp) have IFF_MULTICAST raised, without multicast support.

Should be:
- drivers that has multicast support must have IFF_MULTICAST raised, and proper handling
  of multicast packets.
- drivers that does not have multicast support, and that does have promisc mode support,
  should have IFF_MULTICAST raised, and set to PROMISC mode if more than one multicast
  address filter has set by SIOCADDMULTI. (It eats your CPU time, however, it enables
  you to accept multicast packets)
- drivers that does not have multicast support nor promisc mode support, should have
  IFF_MULTICAST cleared.
>How-To-Repeat:
always.
>Fix:
If there's nobody working on it, I'll make some patches.  Please drop me a note.
Thanks.

>Audit-Trail:
>Unformatted:



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