[pve-devel] [PATCH] add vlan aware bridge ifupdown script v2

Alexandre DERUMIER aderumier at odiso.com
Tue Jul 28 20:42:34 CEST 2015


>>Besides, would you mind to send your scripts to the debian maintainers? 
>>They looks like an improvement to me :-)

I'm not sure, but maybe the best way is to remove the vlan package totally.
It seem like deprecated. (vconfig, manage only old interfaces names,...)



I have done test without it, 
I can create vlan from any

auto ethX.X,bondX.X,emX.X,pXpX.x,vmbr.X


the only thing, is that this not working with:



auto eth0
...

auto vmbr0
bridge_ports eth0.X



But it should work (I need to test it) with

auto eth0
...

auto eth0.X
...

auto vmbr0
bridge_ports eth0.X


and that seem the good way (vlan interface should be defined)
and also this is how it's done in proxmox wiki
https://pve.proxmox.com/wiki/Vlans


I will do more test tomorrow

----- Mail original -----
De: "dietmar" <dietmar at proxmox.com>
À: "aderumier" <aderumier at odiso.com>
Cc: "Wolfgang Bumiller" <w.bumiller at proxmox.com>, "datanom.net" <mir at datanom.net>, "pve-devel" <pve-devel at pve.proxmox.com>
Envoyé: Mardi 28 Juillet 2015 19:20:50
Objet: Re: [pve-devel] [PATCH] add vlan aware bridge ifupdown script v2

> (My opinion is that ifupdown is totally a mess, because it's splitted with 
> differents packages/scripts, 
> and with different maintainers and they don't seem to talk together. 
> Looking at debian bugs, I'm seeing pending bugs since years still not fixed) 

Besides, would you mind to send your scripts to the debian maintainers? 
They looks like an improvement to me :-) 



More information about the pve-devel mailing list