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,
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 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
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
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
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:
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
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
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.