[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200807291626.36572.denys@visp.net.lb>
Date: Tue, 29 Jul 2008 16:26:36 +0300
From: Denys Fedoryshchenko <denys@...p.net.lb>
To: Jarek Poplawski <jarkao2@...il.com>
Cc: netdev@...r.kernel.org
Subject: Re: incoming interface + ifb0
On Tuesday 29 July 2008, Jarek Poplawski wrote:
> I didn't use this nor checked enough, so I can be wrong, but
> since ingress with ifb0 is in prerouting, you probably can't use
> rt_iif. You shouldn't filter at ifb on "dev" neither - it's "ifb"
> at the moment. You need to match skb->iif with something (flow?).
Yes
I want to create on outgoing device or ifb(preffered) - tree of flows.
Cause each interface = customer - i need to classify customers by flows.
Since customer can have multiple/spoofed ip's - i cannot filter by ip for now.
So iif only my choice seems.
Maybe if i do redirect on outgoing to ifb on outgoing device it will work?
>
> Jarek P.
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists