2002-05-15 17:44:16+0300, Nick Fedchik <[EMAIL PROTECTED]> ->
> Hello Joakim Axelsson,
> Wednesday, May 15, 2002, 17:25:35, you wrote:
> >>  Where I can get VLAN ID from tagged frame?
> >>  I must make something else?
> JA> Use the interface name directly.
> JA> Example to let eth2 VLAN 3 pass:
> JA> iptables -A INPUT -i eth2.3 -j ACCEPT
> Tnx, I know about. It's no problem.
> But when I try to match passed through Linux-bridge VLAN-tagged
> frames, it's problem.
> See my msgs:
> http://www.math.leidenuniv.nl/pipermail/bridge/2002-May/001907.html
> and
> http://www.math.leidenuniv.nl/pipermail/bridge/2002-May/001911.html
> That's why I try to make new module.
> I'm understand when purpose of iptables is IP TABLES (Level 3
> processing) and ip traffic.
> May anybody recommend me more acceptable solution?
> 
> -- 
> Best regards,
> Nick Fedchik FNM3-RIPE  mailto:[EMAIL PROTECTED]

For briding use this new "ebtable" (not maintained by netfilter coders)
http://users.pandora.be/bart.de.schuymer/ebtables/

-- 
/Joakim Axelsson A.K.A Gozem@EFnet & OPN

Reply via email to