[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[altq 772] Re: IPV4 and ALTQ 3.0 on NetBSD 1.5
Zdenek Mikovec wrote:
> I've successfully patched and build a altq capable kernel for NetBSD 1.5,
> but if I am compile kernel without support IPv6,
> I have this trouble:
>
> altqd[182]: ALTQ config file is /etc/altq.conf
> altqd[182]: tbr installed on lo0 (rate:300.00M size:35.16K)
> altqd[182]: syscall error: add filter failed!
> altqd[182]: : Invalid argument
> altqd[182]: can't add ctl class IPv6 filter on interface 'lo0'
> altqd[182]: cbq enabled on interface lo0 (mtu:33228)
> altqd: going into the daemon mode.
>
> Can I compile the userland tools without
> support IPv6 and how ?
"make SYS_DEFINES=" should work.
-Kenjiro