Contrary to what most people think, you can filter bridge traffic using iptables, I think it's accomplished by a bridge patch for 2.4 kernel ( if I am not mistaken, it's contained in the same patch for the kernel ebtables support ). For a newer 2.6 kernel, that's a matter of turning on certain kernel configs.
Cheers.
You are on right
Exactly
I can use iptables to filter the bridge patching the kernel with bridge-nf patch :
Bridge-nf:
The bridge-netfilter patch is maintained by Lennert Buytenhek. This
patch extends the already built in bridging functionality of the Linux kernel.
The packets forwarded by the bridge are now passed through the Linux
Netfilter tables and chains.
and I confirm that Sveasoft Firmware use the bridge-nf patch .....
Some Dev can include the bridge-nf patch for kernel 2.4 i know that this feature is included in kernel 2.6
I want to patch my OpenWRT with this Anyone can Help me ?