From owner-freebsd-questions@FreeBSD.ORG Sat Jan 24 07:12:34 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D763816A4CE for ; Sat, 24 Jan 2004 07:12:34 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5EAB43D48 for ; Sat, 24 Jan 2004 07:12:30 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc12) with ESMTP id <20040124151226012004l9p8e>; Sat, 24 Jan 2004 15:12:30 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 07D9EF; Sat, 24 Jan 2004 10:12:25 -0500 (EST) Sender: lowell@be-well.ilk.org To: Guy Antony Halse References: <20040122094849.GA7884@rucus.ru.ac.za> From: Lowell Gilbert Date: 24 Jan 2004 10:12:25 -0500 In-Reply-To: <20040122094849.GA7884@rucus.ru.ac.za> Message-ID: <44ektpfkiu.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: DHCP and multiple vlans X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2004 15:12:35 -0000 Guy Antony Halse writes: > It appears to me that there is a limit of ten bpf devices somewhere. This > is backed up by what I see in dhcrelay. > > So the question is how do I overcome this limitation? I took a look at the code (a fairly quick look -- I'm not running 5.x myself) and couldn't find anything that jumped out at me as an explicit limit. Perhaps it's part of a devfs configuration? > In FreeBSD 4.x you used to specify the number of BPF devices in the kernel > configuration pseudo-device line. That doesn't appear to be the case now. I don't think that's currently true in 4.x either. > I tried creating more BPF devices in /dev - I now have 80 /dev/bpf* entries, > but that didn't help. So you were adjusting devfs already? You may need to try a more recent release, and ask -CURRENT about it if that doesn't help.