netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* uisng L7 filter in ebtables commands
@ 2010-03-31 18:24 agashi shipora
  2010-04-01  6:51 ` Bart De Schuymer
  0 siblings, 1 reply; 10+ messages in thread
From: agashi shipora @ 2010-03-31 18:24 UTC (permalink / raw)
  To: netfilter-devel; +Cc: netfilter

I want to use L7 filter with ebtables for setting a MARK on the packet
similar to how it is being done with iptables today.

Using brouting the bridge packet can be re-directed to the routing
path traversing the iptables.But all packets arriving on the interface
enslaved to the bridge would have to be brouted.This may not be
acceptable as a solution in my case.

example:
Whats available:
iptables -t filter -A FORWARD -m layer7 --l7proto edonkey -j MARK --set-mark 3

What needs to be supported:
ebtables -t nat -A PRE-ROUTING -m layer7 --l7proto edonkey -j MARK --mark-set 3

Is any work going on to port L7 filter to ebtables or does this port
of L7 filter already exist?

Thanks
GP

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-04-01 16:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-31 18:24 uisng L7 filter in ebtables commands agashi shipora
2010-04-01  6:51 ` Bart De Schuymer
2010-04-01  7:50   ` agashi shipora
2010-04-01  8:00     ` Jan Engelhardt
2010-04-01  9:48       ` agashi shipora
2010-04-01 10:19         ` Jan Engelhardt
2010-04-01 10:20         ` Bart De Schuymer
2010-04-01 14:14           ` agashi shipora
2010-04-01 16:09             ` /dev/rob0
2010-04-01 15:58         ` Stephen Hemminger

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).