Re: [Ryu-devel] ovs bridge get_controller API

2018-07-18 Thread IWAMOTO Toshihiro
On Tue, 17 Jul 2018 17:20:18 +0900, knet solutions wrote: > > [1 ] > [1.1 ] > Hi, > > ovs get-controller command returns all the controllers (if we have multiple > controllers) > > > My use case is, > I have 'n' controllers associated with the switch, i have to update the > controllers list(

Re: [Ryu-devel] ovs bridge get_controller API

2018-07-17 Thread knet solutions
Hi, ovs get-controller command returns all the controllers (if we have multiple controllers) My use case is, I have 'n' controllers associated with the switch, i have to update the controllers list(add new controller, delete a existing controller etc) in the switch. Towards that, i should know

Re: [Ryu-devel] ovs bridge get_controller API

2018-07-17 Thread IWAMOTO Toshihiro
On Fri, 13 Jul 2018 20:10:44 +0900, knet solutions wrote: > ovs_bridge.get_controller() API returns only the first controller. > > > The respective code , > > https://github.com/osrg/ryu/blob/b9909d06862454d4907c29b0688788ab80406f9b/ryu/lib/ovs/bridge.py#L174 > > > In the code, the return is o