1 | initial version |
This is the latest release: https://www.cloudbase.it/downloads/openvswitch-hyperv-installer-beta.msi which is from 4/12/2015. The issue is caused by outdated documentation. The following lines: ovs-vsctl.exe add-br br0 ovs-vsctl.exe add-port br0 external
are now ovs-vsctl.exe add-br br0 ovs-vsctl.exe add-port br0 external.1 ovs-vsctl.exe add-port br0 internal
This will allow traffic through the external port of the vSwitch.
2 | No.2 Revision |
This is the latest release: https://www.cloudbase.it/downloads/openvswitch-hyperv-installer-beta.msi which is from 4/12/2015.
The issue is caused by outdated documentation. The following lines:
lines:
ovs-vsctl.exe add-br br0
br0
ovs-vsctl.exe add-port br0 external
are now
now
ovs-vsctl.exe add-br br0
br0
ovs-vsctl.exe add-port br0 external.1
external.1
ovs-vsctl.exe add-port br0 internal
This will allow traffic through the external port of the vSwitch.