All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gery Kahn <geryk@sphera.com>
To: lartc@vger.kernel.org
Subject: [LARTC] How to delete filter
Date: Tue, 01 May 2001 14:55:12 +0000	[thread overview]
Message-ID: <marc-lartc-98872891212754@msgid-missing> (raw)


My code is:
tc qdisc add dev eth1 root handle 10: cbq bandwidth 100Mbit avpkt 1000

tc class add dev eth1 parent 10:0 classid 10:1 cbq bandwidth 100Mbit rate
100Mbit allot 1514 weight 10Mbit prio 7 maxburst 100 avpkt 1000

tc class add dev eth1 parent 10:1 classid 10:20 cbq bandwidth 100Mbit rate
3Mbit allot 1514 weight 300Kbit prio 7 maxburst 20 avpkt 1000 bounded
tc class add dev eth1 parent 10:1 classid 10:30 cbq bandwidth 100Mbit rate
3Mbit allot 1514 weight 300Kbit prio 7 maxburst 20 avpkt 1000 bounded

tc filter add dev eth1 parent 10:0 protocol ip prio 100 handle 800::2 u32
match ip dst 192.168.1.21 flowid 10:20
tc filter add dev eth1 parent 10:0 protocol ip prio 100 handle 800::3 u32
match ip dst 192.168.1.22 flowid 10:30

My question is:
Is this configuration telling that exist filter w/ "prio 100" that have
element 800 ( hash table ) where on slot ??? node 2 filtering per ip
192.168.1.21 and
node 3 per 192.168.1.22 ?

Thank for answer.

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

                 reply	other threads:[~2001-05-01 14:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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-98872891212754@msgid-missing \
    --to=geryk@sphera.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.