All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] How to delete filter
@ 2001-05-01 14:55 Gery Kahn
  0 siblings, 0 replies; only message in thread
From: Gery Kahn @ 2001-05-01 14:55 UTC (permalink / raw)
  To: lartc


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/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-05-01 14:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-01 14:55 [LARTC] How to delete filter Gery Kahn

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.