[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[altq 530] Re: ALTQ and OpenBSD 2.7
Hello
> > I suspect you didn't enable ALTQ in your kernel config file.
> > Try GENERIC.KAME.
>
> I've added at the end of my "own" OpenBSD kernel file all the
> complete ALTQ.v4 kernel configuration file...
Including the altq pseudo-device and all the ALTQ options.
> I'm trying right now with GENERIC.KAME (although I don't need IPv6).
I've checked out the GENERIC.KAME...
It seems to be the very same file than ALTQ.v4 !
The "only" differences are :
. ALTQ.v4 has "option HZ=1000"
. ALTQ.v4 has "option IPFORWARDING"
. ALTQ.v4 has "option NMBCLUSTERS=16384"
. ALTQ.v4 integrates the en* driver call
And the includes does not match (but both includes the GENERIC).
Has anyone here succeeded in running ALTQ on OpenBSD 2.7 ?