[pve-devel] linux bridge vlan aware implementation config in cumulus network linux

Alexandre DERUMIER aderumier at odiso.com
Thu Jul 23 14:17:16 CEST 2015


Hi,

I have done test again with vlan aware bridges with my old patches, they seem to works fine.

As debian don't provide yet /etc/network/interfaces  syntax,
I have found that cumulus network linux have implemented it. (this is a distrib for physical network switches)

https://support.cumulusnetworks.com/hc/en-us/articles/204909397-Comparing-Traditional-Bridge-Mode-to-VLAN-aware-Bridge-Mode

example:

auto bridge
  iface bridge
  bridge-vlan-aware yes
  bridge-ports swp1 swp2
  bridge-vids 1-200
  bridge-pvid 1

auto bridge.10
iface bridge.10
  address 192.168.10.1/24
  address 2001:db8::1/32




What do you think about it ? I could simply take if-up script for cumulus network linux.




More information about the pve-devel mailing list