Common scenario when you need to bind VM to particular VLAN is to create bridge on host node and use this bridge interface in Network section of particular VM.
Is there any solution to not create bridge interfaces at all? Network options page allows only bridge-type interfaces to be chosen. So, I would like to have interface (eth0) in trunk mode (802.1q) and bind VM's network adapter to it specifying VLAN ID (tag). Management traffic (for Proxmox node itself) is passing over other physical interface (or just creating single management interface like eth0.10 for VLAN10 only traffic to host).
Is there any solution to not create bridge interfaces at all? Network options page allows only bridge-type interfaces to be chosen. So, I would like to have interface (eth0) in trunk mode (802.1q) and bind VM's network adapter to it specifying VLAN ID (tag). Management traffic (for Proxmox node itself) is passing over other physical interface (or just creating single management interface like eth0.10 for VLAN10 only traffic to host).