[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1359884394.48406.YahooMailNeo@web193304.mail.sg3.yahoo.com>
Date: Sun, 3 Feb 2013 17:39:54 +0800 (SGT)
From: Akshat Kakkar <the_akshat@...oo.co.in>
To: Rami Rosen <roszenrami@...il.com>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: Regarding vlan ingress filtering in linux
Hi,
Thanks for the reply.
I have following 4 different and independent requirements. How can I achieve this???
1.) There is no vlan on eth0 and I want any vlan tagged traffic on eth0 should not be processed.
2.) There is no vlan on eth0 and I want any vlan tagged traffic on eth0 should be processed as if it doesn't have any tag.
3.)
There is vlan 10 on eth0 with inteface name as eth0.10. If there is any
untagged traffic on eth0, it should be processed as if it belongs to
vlan10.
4.) There is vlan 10 on eth0 with inteface name as eth0.10. If there is any
untagged traffic on eth0, it should not be processed.
Any help will be highly appreciated?
Thanks and Regards,
-Akshat
----- Original Message -----
From: Rami Rosen <roszenrami@...il.com>
To: Akshat Kakkar <the_akshat@...oo.co.in>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Sent: Saturday, 2 February 2013 11:23 PM
Subject: Re: Regarding vlan ingress filtering in linux
Hi,
If you are talking about disabling or setting rx vlan filter
offloading parameter, the latest ethtool (from git) has this:
./ethtool -k p2p1
....
rx-vlan-filter: off [fixed]
....
But it seems to me that in order to set it (by "ethtool -K p2p1
rx-vlan-filter on") you need special support
from the device driver.
regards,
Rami Rosen
http://ramirose.wix.com/ramirosen
On Sat, Feb 2, 2013 at 4:02 PM, Akshat Kakkar <the_akshat@...oo.co.in> wrote:
> Hi,
>
>
> Can you please help in providing info regarding vlan ingress filtering in linux? I assume it should be configurable per port basis.
> I tried a lot on google, and all but was unable to find.
>
> Please help ...
>
> Thanks and regards
> - Akshat
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists