Re: [Ryu-devel] The issue with CLOSE_WAIT is not resolved

2017-04-13 Thread Fujimoto Satoshi
Hi, Tarun I'm not sure, but it may be caused by the duplication of Datapath ID. Could you confirm the Datapath IDs of your switches are not duplicated? Thanks, Fujimoto On 2017年04月13日 07:59, Tarun Kumar Sarkar wrote: > Dear Team, > > Could anyone please suggest me how to solve the problem? > > B

Re: [Ryu-devel] Multi-Controller with asynchronous message

2017-04-13 Thread Fujimoto Satoshi
Hi, Unfortunately, OpenFlow protocol does not define the way for the switch to inform alive controllers that the primary controller is disconnected. I think you need to make a connection between controllers, let the primary controller to inform other controllers when it is disconnected with the

Re: [Ryu-devel] help--rest_vtep

2017-04-13 Thread Yusuke Iwase
Hi, Please confirm again that rest_vtep needs to be executed on the separated machine. It seems that the port Ryu's BGP instance listing on is conflicted. Thanks, Iwase 2017/04/13 16:49、Tessy Thomas のメッセージ: > hi..i run it with sudo ..but step2:Registers the neighbor for the speakers on > ea

Re: [Ryu-devel] Asking about ovs connection with ryu

2017-04-13 Thread Yusuke Iwase
Hi Deni, I added cc to Ryu-devel mailing list, and please keep it. 2017/04/13 19:11、Deni Toruan のメッセージ: > Dear Iwase, how do you do. > > I got your email address from ryu-dev forum. > For your information, I am trying to connect ovs switch and ryu controller in > different VM. I am trying to

[Ryu-devel] Multi-Controller with asynchronous message

2017-04-13 Thread 陳家錡
Hello, Dose it has any asynchronous message when I use multi-controller to set up the network and one of controller is shutting down. That is, when the primary controller disconnect with the switch, switch will know and the parameter is_connected changing from "true" to false. Does it has any solut