[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[altq 1232] Re: Conditioners on a bridge
On Sat, Dec 08, 2001 at 01:18:24AM +0900, Kenjiro Cho wrote:
>
> Rémi Guyomarch wrote:
> > I've a strange problem with conditioners.
> > Here's my setup :
> >
> > WKS1 ------- de0 QOSBOX ep1 ------- WKS2
> >
> > Both interfaces are bridged. ep1 has an IP address but de0 doesn't.
> > I've added the attached code to the OpenBSD 3.0 bridge code to let
> > conditioners work with bridged interfaces. Or so I hope :)
>
> altq_cdnr_input() expects an IP header at the top of mbuf but you pass
> mbuf including an ether header.
Thanks for the tip :)
--
Rémi