[pve-devel] linux bridge vlan aware implementation config in cumulus network linux
Alexandre DERUMIER
aderumier at odiso.com
Thu Jul 23 15:12:34 CEST 2015
Seem that they completly replace ifupdown by their own implementation in python
https://github.com/CumulusNetworks/ifupdown2
so, I think I'll just take ideas from syntax, et reimplemented them in bash.
BTW, It could be wonderfull if we upgrade iproute2 to match the kernel version we used
http://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git/commit/?id=46d364fe8fa9fd6f5ca3989b572a2548d9caf56a
They are a missing feature to define vlans range in current jessie iproute2 (feature introduce in kernel 3.19).
----- Mail original -----
De: "aderumier" <aderumier at odiso.com>
À: "pve-devel" <pve-devel at pve.proxmox.com>
Envoyé: Jeudi 23 Juillet 2015 14:17:16
Objet: [pve-devel] linux bridge vlan aware implementation config in cumulus network linux
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.
_______________________________________________
pve-devel mailing list
pve-devel at pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
More information about the pve-devel
mailing list