From owner-cvs-src@FreeBSD.ORG Thu Mar 6 19:02:37 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFEFD1065674; Thu, 6 Mar 2008 19:02:37 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 85C978FC15; Thu, 6 Mar 2008 19:02:37 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m26J2b6g031934; Thu, 6 Mar 2008 19:02:37 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m26J2bl8031933; Thu, 6 Mar 2008 19:02:37 GMT (envelope-from thompsa) Message-Id: <200803061902.m26J2bl8031933@repoman.freebsd.org> From: Andrew Thompson Date: Thu, 6 Mar 2008 19:02:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/net if_gif.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2008 19:02:37 -0000 thompsa 2008-03-06 19:02:37 UTC FreeBSD src repository Modified files: sys/net if_gif.c Log: Improve EtherIP interaction with the bridge - Set M_BCAST|M_MCAST for incoming frames - Send the frame to a local interface if the bridge returns the mbuf Submitted by: Eugene Grosbein Tested by: Boris Kochergin Revision Changes Path 1.68 +30 -2 src/sys/net/if_gif.c