Why is it that "tc class help" outputs this (notice "prio" on QDISC_KIND):
Usage: tc class [ add | del | change | get ] dev STRING
[ classid CLASSID ] [ root | parent CLASSID ]
[ [ QDISC_KIND ] [ help | OPTIONS ] ]
tc class show [ dev STRING ] [ root | parent CLASSID ]
Where:
QDISC_KIND := { prio | cbq | etc. }
OPTIONS := ... try tc class add <desired QDISC_KIND> help
But when try "tc class add prio help", I get this:
Error: Qdisc "prio" is classless.
?
Another question: why is it that after adding a qdisc (prio) to some
properly configured dev (say, atm3), wheh I try a "tc class show" I get a
segmentation fault with core dump? Am I doing something wrong or is it a
bug?
Rui Prior
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]