Re: [PATCH 00/11] Add basic VLAN support to bridges
From: Stephen Hemminger <hidden>
Date: 2012-12-13 17:48:34
From: Stephen Hemminger <hidden>
Date: 2012-12-13 17:48:34
On Wed, 12 Dec 2012 18:36:38 -0500 Vlad Yasevich [off-list ref] wrote:
On 12/12/2012 05:54 PM, Or Gerlitz wrote:quoted
On Wed, Dec 12, 2012 at 10:01 PM, Vlad Yasevich [off-list ref] wrote:quoted
This series of patches provides an ability to add VLANs to the bridge
The bigger question is why is this impossible or too awkward with existing netfilter (ebtables) functionality? As a practical matter, I like to keep the bridging code as simple as possible and move the complexity away from the core. Also, if the functionality lived in netfilter rules, the developer and user would have a more freedom to implement complex rulesets.