> I understand what you mean... but i thought there has to be a way from what I > read on the IMQ-site (http://luxik.cdi.cz/~devik/qos/imq.htm): > > --- snipp --- > > Each non-marked skb is intercepted in dev_queue_xmit and queued to IMQ if it is > up. Immediately it tries to dequeue it (software pump). > > --- snapp --- > > "Each non-marked skb" <-- Thats what made me think that there is a way to "mark" > a device... this is only internal mark to know whether the skb was already in IMQ. You could use it but you would have to add new user parameter to the interface structure. I didn't want to do it as I want the pach to be as simple as possible. devik