From owner-freebsd-bugs@FreeBSD.ORG Fri Sep 25 18:40:05 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63E921065670 for ; Fri, 25 Sep 2009 18:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3990C8FC26 for ; Fri, 25 Sep 2009 18:40:05 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8PIe5bm043658 for ; Fri, 25 Sep 2009 18:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8PIe5Nu043657; Fri, 25 Sep 2009 18:40:05 GMT (envelope-from gnats) Date: Fri, 25 Sep 2009 18:40:05 GMT Message-Id: <200909251840.n8PIe5Nu043657@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jeff Blank Cc: Subject: kern/139137: 8.0-RC1 ale(4) interface cannot receive IPv6 multicast except in promiscuous mode X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jeff Blank List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2009 18:40:05 -0000 The following reply was made to PR kern/139137; it has been noted by GNATS. From: Jeff Blank To: bug-followup@FreeBSD.org Cc: Subject: kern/139137: 8.0-RC1 ale(4) interface cannot receive IPv6 multicast except in promiscuous mode Date: Fri, 25 Sep 2009 14:37:04 -0400 Hi, This was addressed by Pyun YongHyeon , who suggested changing line 3063 of src/sys/dev/ale/if_ale.c (CVS ver 1.6 and 1.6.2.1) to call ether_crc32_be() instead of ether_crc32_le(). He indicated that this PR can be closed, which is OK with me as well. Jeff