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(
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
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