[root@xxxxxxx root]# tc qdisc del dev eth1 root
[root@xxxxxxx root]# tc qdisc add dev eth1 root handle 10: prio [root@xxxxxxx root]# tc qdisc add dev eth1 parent 10:1 handle 20:est 1sec 8 sec bfifo Unknown qdisc "1sec", hence option "8" is unparsable [root@xxxxxxx root]# tc qdisc add dev eth1 parent 10:1 handle 20:est 1 sec 8 sec bfifo Unknown qdisc "1", hence option "sec" is unparsable can somebody tell me what is wrong here
?
Thanks
Alex
|