Re: [Ryu-devel] Not able to install the RYU controller

2016-08-29 Thread Ajay Chopra
Hello Iwase , Getting the below message with command . I think its installed . Metadata-Version: 1.0 Name: setuptools Version: 0.6rc11 Summary: Home-page: xxx Author: xxx Author-email: xxx License: xxx Location: /usr/lib/python2.6/site-packages Requires: Classifiers: -Ajay -Original Me

Re: [Ryu-devel] Not able to install the RYU controller

2016-08-29 Thread Iwase Yusuke
Hi, Can you get the info for setuptools with "pip show setuptools" command? If can not, setuptools is not installed correctly. $ pip show setuptools --- Metadata-Version: 2.0 Name: setuptools Version: 24.0.3 Summary: Easily download, build, install, upgrade, and uninstall Python packages Home-pag

Re: [Ryu-devel] Not able to install the RYU controller

2016-08-29 Thread Ajay Chopra
Hello Quan, I have installed the setup tools ,still getting this error message . can you tell us from where the setup tool is being picked ? -Ajay From: Quân Nguyễn Thanh [mailto:[email protected]] Sent: 30 August 2016 07:53 To: Ajay Chopra Cc: [email protected]; Iwase Yusuke ;

Re: [Ryu-devel] Fake Gateway

2016-08-29 Thread Iwase Yusuke
Hi, If your gateway performs as L3 gateway and your app replies s1-eth0 MAC, you need to rewrite src MAC to s1-eth1 MAC and dst MAC to h2 MAC at your gateway in order to communicate IP packets from h1 and h2, I guess. If your gateway performs as L2 gateway, your app should reply h2 MAC for h1's

Re: [Ryu-devel] Traffic Monitor Statistics (Tx-Error, Rx-Error, Tx-Dropped, Rx-Dropped)

2016-08-29 Thread Iwase Yusuke
Hi, I guess it is depending on the features of the switch or Mininet. FYI, The following shows an example for the bandwidth limitation using Linux traffic control features. But, please note that I've not test this feature whether this example helps to generate error statistics... https://githu

Re: [Ryu-devel] [RYU] Delete flow entry basing on priority

2016-08-29 Thread IWAMOTO Toshihiro
At Tue, 30 Aug 2016 11:49:27 +0900, Iwase Yusuke wrote: > > Hi, > > Please CC [email protected] and keep this mailing this. > > How about specifying out_port=ofproto.OFPP_ANY and out_group=ofproto.OFPG_ANY > to OFPFlowMod message? >e.g.) > mod = parser.OFPFlowMod(datapath=

Re: [Ryu-devel] [RYU] Delete flow entry basing on priority

2016-08-29 Thread Iwase Yusuke
Hi, Please CC [email protected] and keep this mailing this. How about specifying out_port=ofproto.OFPP_ANY and out_group=ofproto.OFPG_ANY to OFPFlowMod message? e.g.) mod = parser.OFPFlowMod(datapath=datapath, cookie=0, priority=priority,

Re: [Ryu-devel] Not able to install the RYU controller

2016-08-29 Thread Quân Nguyễn Thanh
Hi Ajay, I think you should install setuptools module. If you are using Ubuntu, you can install by command *# apt-get install python-setuptools* Thanks On Mon, Aug 29, 2016 at 3:19 PM, Ajay Chopra wrote: > Hello Iwase , > > I have installed the latest version . I am still getting the Error me

Re: [Ryu-devel] Monitoring control packets

2016-08-29 Thread Osman Titu
Hi I have tried with OFPP_CONTROLLER but its not giving me statistic of that port. I don't know whats wrong with my code. its only giving me a blank list instead of port statistic. I have attached my code. Thanks for helping. On Fri, Aug 26, 2016 at 3:31 AM, Iwase Yusuke wrote: > Hi, > > How

Re: [Ryu-devel] Not able to install the RYU controller

2016-08-29 Thread Ajay Chopra
Hello Iwase , I have installed the latest version . I am still getting the Error message . Exact error message is mentioned below . Traceback (most recent call last): File "setup.py", line 26, in import setuptools ImportError: No module named 'setuptools' -Ajay -Original Message-