It's possible to have a vmware switch configuration that looks like
interface GigabitEthernet0/4
description Compute Node 1 eth1
switchport trunk native vlan 100
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 100, 101 102
switchport mode trunk
spanning-tree portfast trunk
on the gigabitEthernet 0/4 I've got a linux machine that needs these config.
thank you!