New Question

xinjin's profile - activity

2016-02-23 22:55:27 +0300 received badge  Taxonomist
2015-02-11 00:21:25 +0300 received badge  Famous Question (source)
2014-11-24 18:22:15 +0300 received badge  Popular Question (source)
2014-11-24 18:22:15 +0300 received badge  Notable Question (source)
2014-10-30 05:04:34 +0300 received badge  Editor (source)
2014-10-30 05:03:28 +0300 asked a question how do i add physical nic to ovs-on-hyper-v

If it is a vm nic, it can be add to ovs-on-hyper-v by this way.

$vnic = Get-VMNetworkAdapter VM1
Connect-VMNetworkAdapter -VMNetworkAdapter $vnic -SwitchName external
$vnic | Set-VMNetworkAdapterOVSPort -OVSPortName ovs-port-1
ovs-vsctl.exe add-port br0 ovs-port-1

But if it is a physical nic, how do?