weizhouapache commented on issue #11491: URL: https://github.com/apache/cloudstack/issues/11491#issuecomment-4038279406
I searched for commits on vlan 4095 - on vmware: ec4d83da4df78c48e7065a912b724ef389708068 - on kvm: aee35c96a8157e36b1237dc537bb5b01e1657d61 it looks like vlan 4095 is ignored on kvm in my opinion, what users need may be - vm runs on bridge without tag (for example cloudbr1) - libvirt tags like https://libvirt.org/formatnetwork.html#setting-vlan-tag-on-supported-network-types-only ``` <vlan trunk='yes'> <tag id='42' nativeMode='untagged'/> <tag id='47'/> </vlan> ``` I have not tested it . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
