Bug#868220: ifupdown should support vlan-aware bridges

2020-06-03 Thread Benedikt Spranger
On Wed, 3 Jun 2020 13:50:56 +0200 Santiago Garcia Mantinan wrote: Hi, sorry for the trouble. > > the problem is I get operation not supported when setting > > vlan_filtering 0 on my bridge, does the else really make sense > > here? Unfortunately yes. The brigde is configured at runtime and

Bug#868220: ifupdown should support vlan-aware bridges

2020-06-03 Thread Santiago Garcia Mantinan
Hi! On Xuñ 02 2020, Gianluigi Tiesi wrote: > Looks like bridge-utils already does it in: > /lib/bridge-utils/ifupdown.sh > > # Activate VLAN filtering on VLAN aware bridges > > if [ "$IF_BRIDGE_VLAN_AWARE" = "yes" ]; then > ip link set dev $IFACE type

Bug#868220: ifupdown should support vlan-aware bridges

2020-06-02 Thread Gianluigi Tiesi
Package: bridge-utils Followup-For: Bug #868220 Looks like bridge-utils already does it in: /lib/bridge-utils/ifupdown.sh # Activate VLAN filtering on VLAN aware bridges if [ "$IF_BRIDGE_VLAN_AWARE" = "yes" ]; then ip link set dev $IFACE type bridge

Bug#868220: ifupdown should support vlan-aware bridges

2018-03-22 Thread Joerg Dorchain
On Thu, Mar 22, 2018 at 11:44:43PM +0100, Santiago Garcia Mantinan wrote: > > I've also thinked about this because bridge-utils is basically dead upstream > while iproute2 is integrating more and more stuff, so having the bridge > support on ifupdown and depending on iproute2 instead of

Bug#868220: ifupdown should support vlan-aware bridges

2018-03-22 Thread Santiago Garcia Mantinan
Hi! > It looks to me like iproute2 now provides a superset of vconfig and > brctl, so yes, perhaps it should all be configured using iproute2. > However, the bridge support for ifupdown currently lives in the > bridge-utils package, so that's why I've reassigned the bug there. But > if there is a

Bug#868220: ifupdown should support vlan-aware bridges

2017-07-16 Thread Guus Sliepen
On Sun, Jul 16, 2017 at 01:54:54PM +0200, Joerg Dorchain wrote: > > [...] I'm reassigning this bug to the bridge-utils package. [...] > But them again, vlan interface setup that originally started with > the vconfig tool, is meanwhile part of the iproute2 toolset and > supported directly by

Bug#868220: ifupdown should support vlan-aware bridges

2017-07-16 Thread Joerg Dorchain
On Sun, Jul 16, 2017 at 01:35:43PM +0200, Guus Sliepen wrote: > > Ifupdown itself supports VLANs for any interface, but I think that's not > what you want. You want to assign VLANs to individual bridge ports. It > looks to me this functionality should be added to bridge-utils' > if-pre-up/down.d

Bug#868220: ifupdown should support vlan-aware bridges

2017-07-16 Thread Guus Sliepen
reassign 868220 bridge-utils thanks On Thu, Jul 13, 2017 at 09:48:49AM +0200, Joerg Dorchain wrote: > Hello, > > th elinux kernel support vlan aware bridges for a while now. > (cfr. > http://events.linuxfoundation.org/sites/events/files/slides/LinuxConJapan2014_makita_0.pdf) > > it would be

Bug#868220: ifupdown should support vlan-aware bridges

2017-07-13 Thread Joerg Dorchain
Package: ifupdown Version: 0.8.19 Severity: wishlist Hello, th elinux kernel support vlan aware bridges for a while now. (cfr. http://events.linuxfoundation.org/sites/events/files/slides/LinuxConJapan2014_makita_0.pdf) it would be great to have support in ifupdown for them, with config stanzas