On Nov 11, 2014, at 10:45 AM, Alin Serdean <[email protected]> wrote:
> This commit adds functionality to return the ElementName of all the VNIC of a > given virtual machine name. > > The function returns all the allocated ports including the ones which the OVS > port name was not set. > > The default OVS port name that is set is the following: > "ElementName : Dynamic Ethernet Switch Port". > > > Example of usage: > Import-Module OVS.psm1 > Get-VMNetworkAdapterWithOvsPort test_ubuntu_1 > $a = Get-VMNetworkAdapterWithOvsPort test_2_1 > $a | findstr ElementName > > Signed-off-by: Alin Gabriel Serdean <[email protected]> Tested-by: Nithin Raju <[email protected]> Acked-by: Nithin Raju <[email protected]> Requested-by: Nithin Raju <[email protected]> Reported-at: https://github.com/openvswitch/ovs-issues/issues/51 thanks, -- Nithin _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
