From: Denis Kot <denis.kot@gmail.com>
To: lartc@vger.kernel.org
Subject: [LARTC] Fwd: why there is any traffic in default class?
Date: Wed, 02 Feb 2005 08:37:04 +0000 [thread overview]
Message-ID: <3cfad9ca050202003741ff9ed9@mail.gmail.com> (raw)
no one know?
---------- Forwarded message ----------
From: Denis Kot <denis.kot@gmail.com>
Date: Mon, 31 Jan 2005 11:43:36 +0200
Subject: why there is any traffic in default class?
To: lartc@mailman.ds9a.nl
I have:
tc qdisc add dev imq0 root handle 1: htb default 30
tc class add dev imq0 parent 1: classid 1:1 htb rate 512kbit ceil 512kbit
tc class add dev imq0 parent 1:1 classid 1:30 htb rate 64kbit ceil 512kbit
then:
iptables -t mangle -A PREROUTING -i ppp0 -s 192.168.2.2 -j IMQ --todev 0
tc class add dev imq0 parent 1:1 classid 1:22 htb rate 64kbit ceil 128kbit
tc filter add dev imq0 protocol ip parent 1:0 prio 1 u32 match ip src
192.168.2.2 flowid 1:22
so, as I understand any traffic from source 192.168.2.2 AND from
interface ppp0 must be going directly in to class 1:22, and default
class 30 must not have any traffic. isn´t it?
--
Denis Kot
denis?jabber.org.by
ICQ: 13680126
Mobil: +375 29 6-1234-78
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
reply other threads:[~2005-02-02 8:37 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=3cfad9ca050202003741ff9ed9@mail.gmail.com \
--to=denis.kot@gmail.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.