<div dir="ltr"><div><div><div>Can you register one OVS bridge to 2 separate controllers and then, using flow&#39;s, send some traffic to one controller and send some traffic to the other one?<br><br></div>something like:<br><br></div>ovs-ofctl add-flow br0 priority=10,in_port=1,actions=CONTROLLER1:65535<br>ovs-ofctl add-flow br0 priority=10,in_port=2,actions=CONTROLLER2:65535<br><br>?<br><br></div>Thanks in advance!<br></div>