Re: [Ryu-devel] Ryu with 32 bits :-(

2014-02-14 Thread Alextian Bartholomeu Liberato
I already install oslo.config module "follow the tutorial", but the problem it's persistent. I don't use VM image avaliable in tutorial, because not run in my system 32 bits. What to do? Help me. On Fri, Feb 14, 2014 at 8:55 PM, FUJITA Tomonori < [email protected]> wrote: > On Fri,

Re: [Ryu-devel] Ryu with 32 bits :-(

2014-02-14 Thread FUJITA Tomonori
On Fri, 14 Feb 2014 17:30:07 -0200 Alextian Bartholomeu Liberato wrote: > Ryu not run VM 32 bits? > > error... > root@mininet-vm:/home/mininet/ryu# ./bin/ryu-manager > ./ryu/app/simple_switch.py Traceback (most recent call last): > File "./bin/ryu-manager", line 18, in > from ryu.cmd.mana

[Ryu-devel] Ryu with 32 bits :-(

2014-02-14 Thread Alextian Bartholomeu Liberato
Ryu not run VM 32 bits? error... root@mininet-vm:/home/mininet/ryu# ./bin/ryu-manager ./ryu/app/simple_switch.py Traceback (most recent call last): File "./bin/ryu-manager", line 18, in from ryu.cmd.manager import main File "/usr/local/lib/python2.7/dist-packages/ryu/cmd/manager.py", line

Re: [Ryu-devel] Drop packets

2014-02-14 Thread FUJITA Tomonori
On Fri, 14 Feb 2014 17:26:22 +0100 Windhya Rankothge wrote: > I want to install rules on switches to drop packets coming from a specific > IP address.. I checked all OFPP actions, but could not find and action > similar to "drop".. so I would like to have any advices to deal drop > action.. IIR

[Ryu-devel] Drop packets

2014-02-14 Thread Windhya Rankothge
Hi all, I want to install rules on switches to drop packets coming from a specific IP address.. I checked all OFPP actions, but could not find and action similar to "drop".. so I would like to have any advices to deal drop action.. I am following simple switch example, it shows how to deal with

Re: [Ryu-devel] Proposal: High layer RPC API

2014-02-14 Thread Jeremias Blendin
Hi, I have used gevent websocket, which integrated well with pywsgi, which is (or was?) used for the RASP API of Ryu. https://pypi.python.org/pypi/gevent-websocket/ 2014-02-13 3:54 GMT+01:00 Satoshi Kobayashi : > 2014-02-13 8:23 GMT+09:00 FUJITA Tomonori : > > Hi, >> >> On Wed, 12 Feb 2014 12:

Re: [Ryu-devel] How to run a function independent of an event?

2014-02-14 Thread Eros Spalla
That is exactly I need! I come from Federal University of ES - Brazil, and our research center (in SDN) is using the Ryu controller. We are grateful for the work you do in Ryu. Great job!! Best regards. Thanks. 2014-02-14 10:40 GMT-02:00 FUJITA Tomonori : > On Fri, 14 Feb 2014 10:16:07 -0200

Re: [Ryu-devel] How to run a function independent of an event?

2014-02-14 Thread FUJITA Tomonori
On Fri, 14 Feb 2014 10:16:07 -0200 Eros Spalla wrote: > Now Im using your second exemple. Only one more question, where is a good > place to start my socket (socket = try to connect), on the __init__ or in > any specific event? > > My scenario: Im running three apps in each controller, con_manag

Re: [Ryu-devel] How to run a function independent of an event?

2014-02-14 Thread Eros Spalla
Ok. Now Im using your second exemple. Only one more question, where is a good place to start my socket (socket = try to connect), on the __init__ or in any specific event? My scenario: Im running three apps in each controller, con_manager_1.py opens a connection to the con_manager_2.