GitHub user joolli added a comment to the discussion: Host based routing - EVPN-VXLAN to the host - Single VXLAN Device (SVD)
That bridge (br1) is created before the VM, the same would apply to the VLAN to VNI mapping. So all you need is the VLAN information, which would need to be included in the XML. You can think of the creation of the bridge and vxlan in the traditional mode as the following, in the Single-VXLAN-Device method: bridge vlan add dev vxlan0 vid 330 bridge vlan add dev vxlan0 vid 330 tunnel_info id 10330 All the other commands **above those** are only done once. GitHub link: https://github.com/apache/cloudstack/discussions/10786#discussioncomment-12991987 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org