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

2017-01-04 Thread Ben Pfaff
Speaking only for myself, I don't know. On Wed, Jan 04, 2017 at 04:31:47PM -0700, Sterdnot Shaken wrote: > Great! In reading about this feature (thanks to your response), it looks > like the controller needs to present a connection id to OVS, which it will > only do if it supports the "NXT_SET_CON

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

2017-01-04 Thread Sterdnot Shaken
Great! In reading about this feature (thanks to your response), it looks like the controller needs to present a connection id to OVS, which it will only do if it supports the "NXT_SET_CONTROLLER_ID Nicira extension". Anyone by chance know if this extension is something Opendaylight supports? If not

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

2017-01-04 Thread Ben Pfaff
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

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

2017-01-04 Thread Sterdnot Shaken
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