Open jshbrntt opened 1 year ago
This change will select the correct HostVMAdapter when there are multiple associated with the specified switch (usually Default Switch).
HostVMAdapter
Default Switch
This is done by filtering the adapter selected by using the one where IsolationMode is set to Vlan.
IsolationMode
Vlan
Closes #99
All committers have signed the CLA.
This change will select the correct
HostVMAdapter
when there are multiple associated with the specified switch (usuallyDefault Switch
).This is done by filtering the adapter selected by using the one where
IsolationMode
is set toVlan
.Closes #99