From owner-cvs-all@FreeBSD.ORG Sat Oct 20 02:43:24 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 030A016A46B; Sat, 20 Oct 2007 02:43:24 +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 B0F2F13C481; Sat, 20 Oct 2007 02:43:23 +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 l9K2hNIW027347; Sat, 20 Oct 2007 02:43:23 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9K2hNad027346; Sat, 20 Oct 2007 02:43:23 GMT (envelope-from thompsa) Message-Id: <200710200243.l9K2hNad027346@repoman.freebsd.org> From: Andrew Thompson Date: Sat, 20 Oct 2007 02:43:23 +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_lagg.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2007 02:43:24 -0000 thompsa 2007-10-20 02:43:23 UTC FreeBSD src repository Modified files: sys/net if_lagg.c Log: Use ETHER_BPF_MTAP so that the vlan tags are visible to bpf(4) when stacked under a vlan. MFC after: 3 days Revision Changes Path 1.21 +2 -2 src/sys/net/if_lagg.c