[Ryu-devel] multiple controller scenario using RYU

2017-04-11 Thread Tanvir.Ulhuque
Hi I am working on multiple controllers scenario. (1) I want to run multiple controllers separately (without ONOS, or Zookeeper type platform) for the following Mininet topology, http://windysdn.blogspot.com.au/2013/10/mininet-script-for-multiple-controllers.html could you please tell how c

[Ryu-devel] epolls issue in monotonic.py

2017-04-11 Thread Raymond Burkholder
Short version: Error message: AttributeError("'module' object has no attribute 'epolls'",) Possible explanation: https://github.com/shazow/urllib3/issues/1104 where urllib3 is intercepting select calls, and not providing epoll or epolls. Question: How to bypass this? My script worked a few m