Subject: Re: setting up tbrconfig on 1.6.1 i386
To: Carl Brewer <carl@bl.echidna.id.au>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-users
Date: 06/30/2003 20:13:35
On Tue, 1 Jul 2003, Carl Brewer wrote:

> Initial attempts to use tbrconfig told me this :
>
> tbrconfig -a
> tbrconfig: can't open altq device: No such file or directory
>
> So ALTQ isn't in the kernel?  No worries, I added this
> to /usr/src/sys/arch/i386/conf/ring (ring is the
> name of the firewall ... it used to dialup ..
> never mind ...)
>
> options         ALTQ
>
>
> recompiled the kernel, installed it & rebooted.
>
> But .. still the same error message.

I think you need to configure a discipline, too. All I know is,
this works for me (such as it is):

options         ALTQ
options         ALTQ_CDNR
options         ALTQ_WFQ


Frederick