On Fri, 2 May 2003, Alexandru Coseru wrote: > [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 Put a space between "20:" and "est". Good luck! > 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 > --- Catalin(ux) BOIE catab@xxxxxxxxxxxxxxx