From owner-cvs-all@FreeBSD.ORG Fri Apr 1 05:35:11 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D1D016A4CE; Fri, 1 Apr 2005 05:35:11 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3332343D1F; Fri, 1 Apr 2005 05:35:11 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j315ZBkd002108; Fri, 1 Apr 2005 05:35:11 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j315ZBIW002107; Fri, 1 Apr 2005 05:35:11 GMT (envelope-from rwatson) Message-Id: <200504010535.j315ZBIW002107@repoman.freebsd.org> From: Robert Watson Date: Fri, 1 Apr 2005 05:35:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/net bpf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 01 Apr 2005 05:35:11 -0000 rwatson 2005-04-01 05:35:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net bpf.c Log: Merge bpf.c:1.143 from HEAD to RELENG_5: Update a comment describing bpf_iflist to indicate that the BPF interface structures correspond to specific link layers, so the same network interface may appear more than once. Approved by: re (kensmith) Revision Changes Path 1.133.2.8 +4 -1 src/sys/net/bpf.c