On Thu, Sep 25, 2014 at 06:18:19AM +0000, Alin Serdean wrote:
> The following script leverage's the advantages of WMI infrastructure
> offered in Hyper-V.
> 
> This scripts allows the user to change the
> Msvm_EthernetPortAllocationSettingData property of a VM network adapter
> connected to a Hyper-V Virtual Switch.
> 
> Usage:
> import-module .\OVS.psm1
> $vnic = Get-VMNetworkAdapter VM1
> Connect-VMNetworkAdapter -VMNetworkAdapter $vnic -SwitchName external
> $vnic | Set-VMNetworkAdapterOVSPort -OVSPortName ovs-port-1
> 
> VM1 - is a VM on top of a Hyper-V
> external - is a Hyper-V Virtual Switch
> 
> Signed-off-by: Alessandro Pilotti <apilo...@cloudbasesolutions.com>
> Signed-off-by: Alin Gabriel Serdean <aserd...@cloudbasesolutions.com>

Applied, thanks!
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to