[ovs-discuss] Register one OVS bridge to 2 unrelated controllers...

Ben Pfaff blp at ovn.org
Wed Jan 4 18:18:33 UTC 2017


On Wed, Jan 04, 2017 at 11:05:07AM -0700, Sterdnot Shaken wrote:
> Can you register one OVS bridge to 2 separate controllers and then, using
> flow's, send some traffic to one controller and send some traffic to the
> other one?
> 
> something like:
> 
> ovs-ofctl add-flow br0 priority=10,in_port=1,actions=CONTROLLER1:65535
> ovs-ofctl add-flow br0 priority=10,in_port=2,actions=CONTROLLER2:65535

Yes.  Use "id=controller-id" on the controller action.  See ovs-ofctl(8)
for more information.


More information about the discuss mailing list