New Question

Revision history [back]

click to hide/show revision 1
initial version

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 external traffic.

Alin.

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 external traffic.

Alin.