Re: shaper problem

2002-10-24 Thread statu_nascendi
if there's no qdisc attached to the interface you'll get an error message while trying to delete it :)you could modify it to look like this: tc qdisc del dev eth1 root 2>/dev/null and you'll get no more errors. Statu Nascendi, Master of Own Disaster. > > I have installed shaper on my linux rou

Re: shaper problem

2002-10-24 Thread statu_nascendi
if there's no qdisc attached to the interface you'll get an error message while trying to delete it :)you could modify it to look like this: tc qdisc del dev eth1 root 2>/dev/null and you'll get no more errors. Statu Nascendi, Master of Own Disaster. > > I have installed shaper on my linux rou