<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hello,<div><br></div><div>normally proxmox adds the vlan tag to the physical device (eth) like eth0.1 and creates then a bridge interface. If you using tunnel (gre, ipsec,..) or other interfaces vconfig cannot add a tagged interface. </div><div><br></div><div>I changed the function to add interfaces to every device with an additional bridge. It creates a bridge (bridge1) to the interface and the tagged interface for it (bridge1.x). Then it creates another bridge and add this tagged bridge port to the new bridge (bridge2). Proxmox adds to this bridge the tap device of the vm.</div><div><br></div><div><div>You can trigger the solution over the datacenter.cfg. If you want to enable the virtual bridge solution add 'virtual_tagging: 1’ to the datacenter.cfg. Normally it use the default version.</div></div><div><br></div><div>For example:</div><div><br></div><div>1) normal solution</div><div><br></div><div>eth0 -> eth0.tag -> bridge1 -> vm</div><div><br></div><div>2) virtual tagged solution</div><div><br></div><div>eth0 -> bridge1 -> bridge1.tag -> bridge2 -> vm<br><div><br></div><div>Live print:</div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">vmbr1<span class="Apple-tab-span" style="white-space:pre">              </span>8000.666d7626577a<span class="Apple-tab-span" style="white-space:pre">   </span>no<span class="Apple-tab-span" style="white-space:pre">          </span>dummy0</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><span class="Apple-tab-span" style="white-space:pre">                                                   </span>eth2</div></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><div style="margin: 0px;">vmbr1v1<span class="Apple-tab-span" style="white-space:pre">                </span>8000.666d7626577a<span class="Apple-tab-span" style="white-space:pre">   </span>no<span class="Apple-tab-span" style="white-space:pre">          </span>tap113i1</div><div style="margin: 0px;"><span class="Apple-tab-span" style="white-space:pre">                                                      </span>vmbr1.1</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">It should be nice if everyone can test it too.</div></div></div><div><br class="Apple-interchange-newline"><blockquote type="cite"><div lang="DE-AT" link="blue" vlink="purple" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div class="WordSection1" style="page: WordSection1;"><div style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><span lang="EN-US" style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">A short description for that patch would be helpful.</span></div></div></div></blockquote></div><br></div></body></html>