From: Juri Haberland <haberland@altus.de>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Removing a filter/qdisc from an interface
Date: Wed, 06 Jun 2001 08:12:59 +0000 [thread overview]
Message-ID: <marc-lartc-99181529007918@msgid-missing> (raw)
In-Reply-To: <marc-lartc-99176661119493@msgid-missing>
bkohlen@intrinsyc.com wrote:
>
> I successfully used a bounded cbq to cut down outgoing bandwidth to
> certain addresses on eth0:
>
> # tc qdisc add dev eth0 root handle 10: cbq bandwidth 100Mbit avpkt 1000
>
> # tc class add dev eth0 parent 10:0 classid 10:1 cvq bandiwdth 100Mbit
> rate 100Mbit allot 1514 weight 1Mbit prio 8 maxburst 20 avpkt 1000
> # tc class add dev eth0 parent 10:1 classid 10:100 cbq bandwidth 100Mbit
> rate 1Mbit allot 1514 weight 10Kbit prio 1 maxburst 20 avpkt 1000
> bounded
> # tc qdisc add dev eth0 parent 10:100 sfq quantum 1514b perturb 15
> # tc filter add dev eth0 parent 10:0 protocol ip prio 100 u32 match ip
> dst 192.168.1.0/24 flowid 10:100
>
> I basically copied this straight out of a howto - now I can't figure out
> how to remove the limitations (without rebooting that is). I was
> expecting something like:
>
> # tc filter del 10:100
>
> or possibly
>
> # tc class del 10:100
>
> but clearly I don't really understand what's going on here... any
> pointers?
I'm also just starting with traffic control stuff - so I might be wrong
- but try:
# tc qdisc del dev eth0 root
Juri
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/
prev parent reply other threads:[~2001-06-06 8:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-06-05 17:54 [LARTC] Removing a filter/qdisc from an interface bkohlen
2001-06-06 8:12 ` Juri Haberland [this message]
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-99181529007918@msgid-missing \
--to=haberland@altus.de \
--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.