From: Andy Furniss <lists@andyfurniss.entadsl.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] TC filter error
Date: Tue, 27 Nov 2007 20:26:14 +0000 [thread overview]
Message-ID: <474C7D66.5020005@andyfurniss.entadsl.com> (raw)
In-Reply-To: <000701c82d4c$be99bd10$3bcd3730$@com>
Sean Coleman wrote:
> When I enter the following,
>
>
>
> tc filter add dev eth0 parent 1:0 protocol ip prio 0 u32 match ip src
> 192.168.0.61 flowid 1:10
I can't see anything wrong with that that should throw an error.
prio 1 is the top prio for filters, but it shouldn't matter.
does it work on something simple like -
tc qdisc del dev eth0 root &>/dev/null
tc qdisc add dev eth0 handle 1:0 root prio
tc filter add dev eth0 parent 1:0 protocol ip prio 0 u32 match ip src
192.168.0.61 flowid 1:3
Andy.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
prev parent reply other threads:[~2007-11-27 20:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-22 21:15 [LARTC] TC filter error Sean Coleman
2007-11-27 20:26 ` Andy Furniss [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=474C7D66.5020005@andyfurniss.entadsl.com \
--to=lists@andyfurniss.entadsl.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.