Re: Frozen machine with adding a tc filter
From: <hidden>
Date: 2002-07-23 22:19:53
From: <hidden>
Date: 2002-07-23 22:19:53
Hello!
In the last command, cbq_bind_filter is called with parent==0:
Damn, indeed. Congratulations!
It should look like:
+ if (p == NULL)
+ p = &q->link;
if (cl) {
- if (p && p->level <= cl->level)
+ if (p->level <= cl->level)
return 0;
cl->filters++;
Alexey