All of lore.kernel.org
 help / color / mirror / Atom feed
From: Suhail suhail@comet.columbia.edu
To: lartc@vger.kernel.org
Subject: [Fwd: [LARTC] How to delete a tc qdisc entry?]
Date: Tue, 07 Nov 2000 23:13:41 +0000	[thread overview]
Message-ID: <marc-lartc-98373938216905@msgid-missing> (raw)

<PRE>&gt;<i>
</I>
Do you remember the parent of this qdisc ??? If yes ( and if it is xyz ) then try

tc qdisc del  dev eth1 parent  xyz:

It should do the trick.... However if you dont remember it's parent but if you  can
afford to delete the whole qdisc  ( everything from root) try

tc qdisc del root dev eth1

This deletes everything (classes, qdiscs, filters ) from the device...

Suhail

&gt;<i> &gt;
</I>&gt;<i> &gt; Subject: [LARTC] How to delete a tc qdisc entry?
</I>&gt;<i> &gt; Date: Tue, 7 Nov 2000 22:50:22 +0100 (CET)
</I>&gt;<i> &gt; From: Clemens Sibon &lt;<A HREF="mailto:sibon@triple-it.nl">sibon@triple-it.nl</A>&gt;
</I>&gt;<i> &gt; To: <A HREF="mailto:lartc@mailman.ds9a.nl">lartc@mailman.ds9a.nl</A>
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; Hi there,
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; I cannot find the exact statement I used to create my tc qdisc entry, so
</I>&gt;<i> &gt; how do I delete it? It says: (tc qdisc show)
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; qdisc sfq 8021: dev eth1 quantum 1514b perturb 15sec
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; What I am trying to accomplish is reduce the speed of a network-device. I
</I>&gt;<i> &gt; don't need classes (for now), I just want to limit the max speed to say 2
</I>&gt;<i> &gt; Mbit with as few rules as possible.
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; I tried it with 1 class and a tc filter that should match all but that
</I>&gt;<i> &gt; didn't work either. I have been fiddling around a lot and don't really
</I>&gt;<i> &gt; remember everything I tried :-( Will have to be a bit more tedious the
</I>&gt;<i> &gt; next time I gues :-((
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; For now, all I want is to flush the entries I have without a reboot (if
</I>&gt;<i> &gt; possible)
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; Thanks in advance,
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; Clemens
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; _______________________________________________
</I>&gt;<i> &gt; LARTC mailing list / <A HREF="mailto:LARTC@mailman.ds9a.nl">LARTC@mailman.ds9a.nl</A>
</I>&gt;<i> &gt; <A HREF="http://mailman.ds9a.nl/mailman/listinfo/lartc">http://mailman.ds9a.nl/mailman/listinfo/lartc</A> HOWTO: <A HREF="http://ds9a.nl/2.4Routing/">http://ds9a.nl/2.4Routing/</A>
</I>


</PRE>

                 reply	other threads:[~2000-11-07 23:13 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-98373938216905@msgid-missing \
    --to=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.