> ---------- Initial message ----------- > > From : lartc-admin@xxxxxxxxxxxxxxx > To : <lartc@xxxxxxxxxxxxxxx> > Cc : > Date : Fri, 13 Jul 2001 15:41:02 +0200 > Subject : Re: [LARTC] How to del the filter? > > In order to delete a filter, the prio value is important . If I don't > remember too bad , if you type > > # tc filter del dev eth0 parent 1:0 prio 100 > > you should be done. > Bewary : all filters which match such description will be erased, regardless > of other parameters such fmark/u32/etc. > > God Saves Tc ok it's right!!!!!!!!!!Thanks Jose One question before to del i write: [root@xxxxxx PROVE IPROUTE]# tc filter show dev eth0 filter parent 1: protocol ip pref 100 u32 filter parent 1: protocol ip pref 100 u32 fh 800: ht divisor 1 filter parent 1: protocol ip pref 100 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:1 match c0a80102/ffffffff at 16 it's normal there is wrote "pref" and not prio? I had created only one filter, why there is wrote 3 line, that means that trere are 3 filter or is the same filter! Thanks