I have a router VM with openvswitch and a debian machine with a Ryu controller in the following topology:
After creating bridge br0, I added to it the ports eth1 (port 1), eth2 (port 2) and eth3 (port 3). Now, the bridge can ping the controller, as it was supposed to.
However, I also want the...