From: Luciano Ruete <lruete@sequre.com.ar>
To: netdev@vger.kernel.org
Subject: Netfilter MARK on tc ingress and ifb redirect
Date: Wed, 3 Nov 2010 17:25:55 -0300 [thread overview]
Message-ID: <201011031725.55722.lruete@sequre.com.ar> (raw)
Hi,
Im developing a FLOSS ISP solution based on iptables/tc/iproute2
2 stumbling blocks that I found in my path
1) It would be very usefull have this working
tc filter add dev eth0 parent :ffff ... action ipt -j CONNMARK --restore-mark
where :ffff is an ingress qdisc, i know that currently this is not working nor
coded.
Is this anyhow in the sight or TODO list of the iproute2 developers to have
connmark available in ingress?
If not, how complex will be to implement it? (ie: lines of code number)
2) For a technical reason we need to be able to do:
tc filter action mirred egress redirect dev ifbx
at least twice in the same qdisc tree or nested in the redirected ifb, now
only the first filter matched returns. That was possible in (i think) pre 2.6.18
kernels but changed to avoid an infinite loop.
Is there any chance to have that behavior back using a kernel flag or
something?
PD: Plz CC me i'm not suscribed (I try but never get the reply)
--
Luciano Ruete
Sequre - Sys Admin
Mitre 617, piso 7, of. 1
+54 261 4254894
Mendoza - Argentina
http://www.sequre.com.ar/
reply other threads:[~2010-11-03 20:32 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=201011031725.55722.lruete@sequre.com.ar \
--to=lruete@sequre.com.ar \
--cc=netdev@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).