All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Furniss <andy.furniss@dsl.pipex.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] fw as filter broken?
Date: Sat, 09 Apr 2005 19:52:02 +0000	[thread overview]
Message-ID: <42583262.5050500@dsl.pipex.com> (raw)
In-Reply-To: <002601c53c7e$cdc1e770$cf0014ac@istroy24>

Troy Caldwell wrote:
> I'm using the patch for dummy as an imq replacement that Jamal posted a
> little while back.  
> I've tried to do the same thing on an egress qdisc to try to limit outbound
> speed and still had no luck. My u32 filters work fine, but are not enough
> for our setup here.
> 
> Here's what I've got...
> 
> export TC="/usr/sbin/tc"
> 
> $TC qdisc add dev eth0 handle ffff: ingress
> $TC filter add dev eth0 parent ffff: protocol ip prio 1 u32 match u32 0 0
> flowid 1:1 action mirred egress redirect dev dummy0

Ingress dummy is before conntrack so connmark won't work.
There is going to be a way to do it but the match isn't written yet.
I am suprised it doesn't work on egress.
You could use IMQ as that hooks after PREROUTING mangle.

Andy.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

      parent reply	other threads:[~2005-04-09 19:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-08 21:06 [LARTC] fw as filter broken? Troy Caldwell
2005-04-08 21:16 ` Catalin(ux aka Dino) BOIE
2005-04-08 21:53 ` Troy Caldwell
2005-04-09 19:52 ` 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=42583262.5050500@dsl.pipex.com \
    --to=andy.furniss@dsl.pipex.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.