From owner-cvs-all Fri Jan 11 8: 4:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91AE337B41C; Fri, 11 Jan 2002 08:04:47 -0800 (PST) Received: (from jesper@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0BG4l491522; Fri, 11 Jan 2002 08:04:47 -0800 (PST) (envelope-from jesper) Message-Id: <200201111604.g0BG4l491522@freefall.freebsd.org> From: Jesper Skriver Date: Fri, 11 Jan 2002 08:04:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jesper 2002/01/11 08:04:47 PST Modified files: sys/net if_ethersubr.c Log: It turns out that when a broadcast packet is looped back, the checksums are checked on the way in even if they were not calculated on the way out. This fixes rwhod PR: 31954 Submitted by: fenner Approved by: fenner MFC after: 1 week Revision Changes Path 1.106 +13 -0 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message