Re: [ovs-dev] [PATCH 1/3 v7] Windows: Add internal switch port per OVS bridge

2016-12-19 Thread Sairam Venugopal
Thanks for the patch! Acked-by: Sairam Venugopal On 12/15/16, 11:37 AM, "Alin Serdean" wrote: >This patch updates the following commands in the vswitch: > ovs-vsctl add-br br-test > ovs-vsctl del-br br-test > >ovs-vsctl add-br br-test: >This command will now create an internal port on the

Re: [ovs-dev] [PATCH 1/3 v7] Windows: Add internal switch port per OVS bridge

2016-12-15 Thread Alin Serdean
I hope the following answers your questions. Alin. From: Shashank Ram [mailto:r...@vmware.com] Sent: Thursday, December 15, 2016 10:27 PM To: Alin Serdean ; d...@openvswitch.org Subject: Re: [ovs-dev] [PATCH 1/3 v7] Windows: Add internal switch port per OVS bridge Thanks Alin. I had a few

Re: [ovs-dev] [PATCH 1/3 v7] Windows: Add internal switch port per OVS bridge

2016-12-15 Thread Shashank Ram
? From: Alin Serdean Sent: Thursday, December 15, 2016 12:12:59 PM To: Shashank Ram; d...@openvswitch.org Subject: RE: [ovs-dev] [PATCH 1/3 v7] Windows: Add internal switch port per OVS bridge Hi Shashank, Ovs-vsctl add-br does not change the current behaviour. Ovs-vsctl add-br

Re: [ovs-dev] [PATCH 1/3 v7] Windows: Add internal switch port per OVS bridge

2016-12-15 Thread Alin Serdean
(both windows and linux). Thanks, Alin. From: Shashank Ram [mailto:r...@vmware.com] Sent: Thursday, December 15, 2016 9:46 PM To: Alin Serdean ; d...@openvswitch.org Subject: Re: [ovs-dev] [PATCH 1/3 v7] Windows: Add internal switch port per OVS bridge Hi Alin, please find my comments inline

Re: [ovs-dev] [PATCH 1/3 v7] Windows: Add internal switch port per OVS bridge

2016-12-15 Thread Shashank Ram
Hi Alin, please find my comments inline. Thanks, Shashank From: ovs-dev-boun...@openvswitch.org on behalf of Alin Serdean Sent: Thursday, December 15, 2016 11:36 AM To: d...@openvswitch.org Subject: [ovs-dev] [PATCH 1/3 v7] Windows: Add internal switch port

[ovs-dev] [PATCH 1/3 v7] Windows: Add internal switch port per OVS bridge

2016-12-15 Thread Alin Serdean
This patch updates the following commands in the vswitch: ovs-vsctl add-br br-test ovs-vsctl del-br br-test ovs-vsctl add-br br-test: This command will now create an internal port on the MSFT virtual switch using the WMI interface from Msvm_VirtualEthernetSwitchManagementService leveragi

[ovs-dev] [PATCH 1/3 v7] Windows: Add internal switch port per OVS bridge

2016-12-15 Thread Alin Serdean
This patch updates the following commands in the vswitch: ovs-vsctl add-br br-test ovs-vsctl del-br br-test ovs-vsctl add-br br-test: This command will now create an internal port on the MSFT virtual switch using the WMI interface from Msvm_VirtualEthernetSwitchManagementService leveragi