Re: Regarding vlan ingress filtering in linux
From: Akshat Kakkar <hidden>
Date: 2013-02-03 09:46:00
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 <redacted> To: Akshat Kakkar <redacted> Cc: "netdev@vger.kernel.org" <redacted> 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 [off-list ref] 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html