Hello, I'm trying to migrate from vlan to vxlan, and I'm trying to figure out how to best bridge between a vxlan and a vlan. My initial thought was to use a linux vm and just bridge between two interfaces. While this will work, I'm wondering if there is a better way to do this? I know that it's possible to put a vlan interface into a vxlan bridge on a host, but the issue with that is redundancy. If one node goes down for some reason I've just lost what's bridging between multilple vlan to vxlans. Are there a "correct" way to do this?