Libvirt supports vlan aware bridges (bridges with vlan filtering enabled). If it is used and hypervisor have multiple vlans there is only one bridge and you have to pass information about vlan configuration in interface definition in xml ex.:
<vlan>
<tag id='99'/>
</vlan>
or
<vlan trunk='yes'>
<tag id='1'/>
<tag id='9'/>
<tag id='15'/>
<tag id='301'/>
</vlan>
I would like to add support of this to FOG and send a patch, and then if it my work will be accepted I'm going to prepare the same for The Foreman that is using this library. It would be nice if someone could stop me if this work is in progress anyway and/or it will not be accepted for reasons I may be not aware at the moment.
Libvirt supports vlan aware bridges (bridges with vlan filtering enabled). If it is used and hypervisor have multiple vlans there is only one bridge and you have to pass information about vlan configuration in interface definition in xml ex.:
or
I would like to add support of this to FOG and send a patch, and then if it my work will be accepted I'm going to prepare the same for The Foreman that is using this library. It would be nice if someone could stop me if this work is in progress anyway and/or it will not be accepted for reasons I may be not aware at the moment.