do you want to map vxlan to specific vlan ?Is there any way to make this work with the "unicast mode" and vlan_aware shown here: https://git.proxmox.com/?p=pve-docs.git;a=blob_plain;f=vxlan-and-evpn.adoc;hb=HEAD?
Currently this fails on my side
if yes, you can do something like
Code:
auto vxlan1000
iface vxlan1000
bridge-access 1000 (other other vlan)
.....