All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jose Miguel Varet" <varet@esatt.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] How to del the filter?
Date: Fri, 13 Jul 2001 13:41:02 +0000	[thread overview]
Message-ID: <marc-lartc-99503240818636@msgid-missing> (raw)

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


                    Jose,

----- Original Message -----
From: <macca@inwind.it>
To: <lartc@mailman.ds9a.nl>
Sent: Friday, July 13, 2001 3:48 PM
Subject: [LARTC] How to del the filter?


> I write the following istruction:
>
> #Attach CBQ to the root of the output device
> tc qdisc add dev eth0 root handle 1: cbq bandwidth 10Mbit cell 8 avpkt
1000 mpu 64
>
> #Class for the real-time traffic. Avpkt here doesn't have the default
value of 1000 because
> #realtime multimedia traffic is usually characterized by small packets \
> tc class add dev eth0 parent 1:0 classid 1:1 cbq \
> bandwidth 10Mbit rate 1Mbit avpkt 400 prio 1 bounded isolated \
> allot 1514 weight 1 maxburst 2
>
> #aggiungo il filtro guardando esempio howto Advanced Routing(2.4) pag 22
> tc filter add dev eth0 parent 1:0 protocol ip prio 100 u32 match ip dst
192.168.1.2/32 flowid 1:1
>
> Now i don't manage to del the filter.Someone can write me the command
please.
> I wrote this istruction in the way that they were  similar with the sample
in the Avanced Howto 2.4. I don't understand why it's different from the way
that someone can understand from the help of tc!!
> Thanks (and sorry for my english :-))
>
>
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO:
http://ds9a.nl/2.4Routing/
>


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

             reply	other threads:[~2001-07-13 13:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-13 13:41 Jose Miguel Varet [this message]
2001-07-13 13:48 ` [LARTC] How to del the filter? macca

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-99503240818636@msgid-missing \
    --to=varet@esatt.com \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.