From owner-freebsd-current Fri Dec 3 19:53:53 1999 Delivered-To: freebsd-current@freebsd.org Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (Postfix) with ESMTP id BE19614F98 for ; Fri, 3 Dec 1999 19:53:51 -0800 (PST) (envelope-from julian@whistle.com) Received: from current1.whiste.com (current1.whistle.com [207.76.205.22]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id TAA09230; Fri, 3 Dec 1999 19:53:43 -0800 (PST) Date: Fri, 3 Dec 1999 19:53:42 -0800 (PST) From: Julian Elischer To: "Steven G. Kargl" Cc: freebsd-current@FreeBSD.ORG Subject: Re: modules/netgraph/bpf breaks world In-Reply-To: <199912040048.QAA68175@troutmask.apl.washington.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG thanks, committed. For thise wondering this is a netgraph node that can do arbitrary filtering using the existing bpf engine. On Fri, 3 Dec 1999, Steven G. Kargl wrote: > > *** Makefile.orig Fri Dec 3 16:46:54 1999 > --- Makefile Fri Dec 3 16:46:25 1999 > *************** > *** 6,11 **** > MAN8= ng_bpf.8 > KMODDEPS= netgraph > > ! .PATH: ../../../net > > .include > --- 6,11 ---- > MAN8= ng_bpf.8 > KMODDEPS= netgraph > > ! .PATH: ${.CURDIR}/../../../net > > .include > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message