Take a look to my thread https://forum.proxmox.com/threads/ovspatchport-patch-ovs_type-availability-for-openvswitch.103180/
You can create a new Bridge and limit the VLans that will be passed in the trunk.
Would be nice if Proxmox add option to handle patch ports for OpenVSwitch in UI.
I achieved a working configuration by:
/etc/network/interfaces
auto lo
iface lo inet loopback
auto enp2s0
iface enp2s0 inet manual
ovs_type OVSPort
ovs_bridge vmbr0
auto vlan100
iface vlan100...
I using like this:
Enable WSL2 on Windows machine, also can be done in Windows Servers 2019.
Install a Linux distro, Debian or Ubuntu.
Apt packages for Debian or for Ubuntu:
wget...