GitHub user joolli added a comment to the discussion: Host based routing - EVPN-VXLAN to the host - Single VXLAN Device (SVD)
The last part is taken care of by a libvirt hook script. So what Cloudstack needs to do is add a few lines to the xml. ` <metadata xmlns:vlc="https://github.com/modzilla99/libvirt-vlans"> <vlc:vlanconfig> <vlc:iface pvid="330"> <vlc:vlan untagged="yes">330</vlc:vlan> </vlc:iface> </vlc:vlanconfig> </metadata> ` Hook script: https://github.com/modzilla99/libvirt-vlans The metadata is processed top down and the interfaces as well. So the first interface will the the first vlan definition. GitHub link: https://github.com/apache/cloudstack/discussions/10786#discussioncomment-12992206 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org