All of lore.kernel.org
 help / color / mirror / Atom feed
* iptables: Distinguishing packets from bridge-nf-call-iptables
@ 2014-02-05 11:24 Alex Bligh
  2014-02-05 11:53 ` Mart Frauenlob
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Bligh @ 2014-02-05 11:24 UTC (permalink / raw)
  To: netfilter list; +Cc: Alex Bligh

I am trying to run two pieces of software X and Y on a linux box.

X assumes /proc/sys/net/bridge/bridge-nf-call-iptables is set to 1. I am not able to modify this.

Y assumes /proc/sys/net/bridge/bridge-nf-call-iptables is set to 0. This is my software and I can modify it.

I want to adapt my rules for Y so that it copes with /proc/sys/net/bridge/bridge-nf-call-iptables=1 by ignoring (in the iptables rule) any traffic which is purely bridged, and simply doing the ebtables rules on these packets.

In the iptables rules, how do I differentiate ip forwarded traffic from bridged traffic? The bridge interfaces may or may not carry IP addresses.

-- 
Alex Bligh





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

end of thread, other threads:[~2014-02-06  0:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-05 11:24 iptables: Distinguishing packets from bridge-nf-call-iptables Alex Bligh
2014-02-05 11:53 ` Mart Frauenlob
2014-02-06  0:58   ` Alex Bligh

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.