buck wrote:
> On Fri, 12 Nov 2004 10:16:48 +1000, Daniel Andersen <(E-Mail Removed)>
> wrote:
>
>>tc filter add dev eth1 pref 29 protocol ip parent 2:0 u32 match ip dst
>>X.X.X.X/32 flowid 2:3
>>tc filter add dev eth1 pref 29 protocol ip parent 3:0 u32 match ip dst
>>X.X.X.X/32 flowid 3:29
>
> Try setting all the PREF values for all the filters to the same value.
> There was a thread on this in LARTC mailing list, but it seems down so
Hm that would explain why my subscription attempt has taken 24 hours so far
with no response
> I can't give you much more. google LARTC with phrase "please document
> this" and then find the discussion that the quoted posting came from.
>
> buck
Aha, that fixed it all up

Works perfectly now. Thanks a lot for that.
Sombody really *does* need to document that

Or at least make tc come up
with a decent error message.
Thanks again.
Daniel