Hello, Jonathan Tripathy a écrit : > > With ebtables, is it possible to filter via the VLAN interface (e.g. > eth0.3 for VLAN3) using the normal -i and -o parameters? I'd like to > filter via the interface rather than using the tag with --vlan-id if > possible It depends whether you added the raw interface eth0 or the VLAN interface eth0.3 to the bridge. If you added the raw interface eth0, then the bridge and ebtables should see tagged frames in all VLANs from/to eth0. If you added the VLAN interface eth0.3, then the bridge and ebtables should see untagged frames in VLAN 3 from/to eth0.3. -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html