Hi Ben,
so how do we make sure one port is selected as the main port to pass traffic?
Currently in my setup, with active-backup configuration, for example
poct0 and poct1 part of bond0 on both sides.
I am seeing poct0 is selected as the active port. Peer selects poct1
as active port, causing Tx
It's hard for me to guess whether this is an issue related to netctl or
to openvswitch. It could be either one, but I would be inclined to
consider netctl first because Open vSwitch doesn't have any problems
with reboots when properly integrated to the software that controls it.
On Sun, Jun 07, 2
The test is basic.OutputExact in oftest, which is on GitHub at:
https://github.com/floodlight/oftest/blob/master/tests-1.3/basic.py
Yes, it does have a barrier between adding the flow and verifying packets,
so your idea would seem to be not only a total fix, but also the most
elegant way to do it