> Hello,
>
> I am working with Ryu controller in integration with ofsoftswitch13 as the
> soft switch. I want to write a new OpenFlow Message which needs to be
> implemented both at the switch side and the controller side. I am aware of
> implementing it at the switch side, but I am not sure what
Avoid the automatic modification of sys.path because it hurts
ryu-as-a-library use cases.
An example is the recent versions of neutron OVS-agent,
which optionally imports OVS python bindings, and ends up to
use a wrong copy in ryu.contrib.ovs.
Signed-off-by: YAMAMOTO Takashi
---
ryu/app/wsgi.py
Hi Vardhan,
> Also I would be grateful if could share your simple_switch_stp_13.py program
> with me.
I used the attached simple_switch_stp_13.py,
and modified bpdu.py as written in the Ryu-Book.
for the topology on the mininet,
refer to the attached spanning_tree.py.
> I ran tcpdump on the s
Hi,
The cause is a bug in Ryu.
* Dependent services are not loaded properly with '_CONTEXTS'
http://sourceforge.net/p/ryu/mailman/message/32022286/
This bug has been fixed in Ryu v3.7.
Please use Ryu v3.7 or later.
As reference, how to install the latest Ryu are described in the following
Revert recent py3 changes under ryu/contrib,
namely parts of the following commits:
- commit e2dfdbf5800742ce7b3af6cf6bffb7a95b73198c
("Treatment was not enough") and
- commit 325c9ae9c345d4bb043ae81efb748b19adc9dd91
("Syntax level compatibility with Python 3")
Because:
- Some of them are br
Hi Iwase-san,
Thank you for good information!
2015-04-17 10:57 GMT+09:00 Yusuke Iwase :
> Hi Fujita-San, Kobayashi-San,
>
> This page might be helpful.
> https://launchpad.net/ubuntu/+source/python-eventlet
>
> According to this page, python-eventlet version is still 0.13 in Ubuntu
> 14.04 now.
Hi Fujita-San, Kobayashi-San,
This page might be helpful.
https://launchpad.net/ubuntu/+source/python-eventlet
According to this page, python-eventlet version is still 0.13 in Ubuntu 14.04
now.
Ubuntu 15.04 will update python-eventlet to version 0.16, though...
Thanks,
Iwase
On 2015年04月17日 10
Unfortunately, No... I tried to check Ubuntu 14.04 now.
vagrant@ubuntu1404:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"
vagrant@ubuntu1404:~$ apt-cache show python-eventlet | grep -i ^version
Version: 0.13.0-1ubunt
Thanks! I've applied #2-8. 0.15 or the newer is already shipped with
major distributions like Ubuntu? If not, I tend to postpone this.
On Tue, 14 Apr 2015 13:18:17 +0900
Satoshi Kobayashi wrote:
> Signed-off-by: Satoshi Kobayashi
> ---
> ryu/app/wsgi.py| 12 +-
> ryu/contr
Hi Iwase,
Sorry I did not make this thing clear before. I do not want ryu to discover the
switch-host link and I am taking care of this kind of links somewhere else in
my code. But topology.api cannot always discover all the switches and
switch-to-switch link sometimes. I tried several times. S
Hello,
I am working with Ryu controller in integration with ofsoftswitch13 as the
soft switch. I want to write a new OpenFlow Message which needs to be
implemented both at the switch side and the controller side. I am aware of
implementing it at the switch side, but I am not sure what all changes
Hi
Can you dump flow entries which in the LINC switch?
Yi
2015-04-16 20:36 GMT+08:00 Gavin Chan :
> Hi Yi:
>
> Actually, I have four computer in this experiment.
>
> One is installed Ryu controller, another is installed LINC switch, and the
> others are link with LINC switch !
>
> Gavin
>
> 20
Hi
I think there should be 3 computer in this experiment.
One controller and two host
and simple switch should run on the controller
Yi
2015-04-16 20:05 GMT+08:00 Gavin Chan :
> Hi Yi:
>
> I use ryu controller, LINC openflow switch and two PC to run the
> simple_switch_13.py App.
>
> It's no
Hi Gavin
Please keep the mailing list.
What topology you use in this experiment?
Also, you can add --verbose option to see debug information from ryu, if
there is any problem.
Yi
2015-04-16 19:43 GMT+08:00 Gavin Chan :
> Hi Yi:
>
> Thanks for your reply,
>
> I use simple_switch_13.py APP in
Hi Iwase,
Thanks for your reply,but... I still have no idea. If I want to try a
Experiment to implement one PC ping another (the source host) will get
''host unreachable command. How can I do?
P.S. Because I do not know how to reply you directly, I post the new
article!
Thanks a lot,
Gavin
Hi
I follow this web page(
http://www.tcpipguide.com/free/t_DNSMessageHeaderandQuestionSectionFormat.htm)
to implement the parser.
I'll write a test program as soon as possible.
Yi
2015-04-15 17:53 GMT+08:00 Matthew Hayes :
> Hi Yi,
>
> I've had a go at getting your dns.py code running, but c
Hi Iwase,
I ran tcpdump on the switches but they don’t see any bpdu packets ,infact they
they don’t see any packets at all.
I also switched to simple_switch_stp_13 as it seemed a better option.
And when I checked the ryu log ,it shows that ryu is just blocking a port on
the switches then disabli
Hi Iwase,
Thanks for your reply,but... I still have no idea. If i want to try a
Experiment to implement one PC ping another (the source host) will get
''host unreachable command. How can I do?
Thanks a lot,
Gavin
2015-04-16 10:31 GMT+08:00 Yusuke Iwase :
> Hi,
>
> > but I do not have no idea h
18 matches
Mail list logo