[Ryu-devel] ?????? Problem about two controllers use REST api together

2018-03-26 Thread 634674795
..@qq.com>; ????: "Ryu-devel"; : Re: [Ryu-devel] Problem about two controllers use REST api together Hi, The cause of this problem seems to be the both controller use the same REST API (WSGI) port on the same host. How about specifying "--wsapi-port" (or &q

Re: [Ryu-devel] Problem about two controllers use REST api together

2018-03-26 Thread Iwase Yusuke
Hi, The cause of this problem seems to be the both controller use the same REST API (WSGI) port on the same host. How about specifying "--wsapi-port" (or "--wsapi-host" option? $ ryu-manager --help ...(snip)... --wsapi-host WSAPI_HOST webapp listen host (default 0.0.0.0

[Ryu-devel] Problem about two controllers use REST api together

2018-03-26 Thread 634674795
Hello??everyone??My project needs two controllers??and both they need REST function. My cmd to start contrller1??controller1 connect with 3 switches?? is: ryu-manager --ofpcp-listen-port 6633 ofctl_rest.py Controller1.py Then I open another cmd window and start controller2??control