Re: [Ryu-devel] Error with Switch.py

2015-03-23 Thread YAMAMOTO Takashi
> Dear Ryu Expert, > > I have tried switch.py module and I have faced the following problem: > > root@mininet-vm:~/ryu# ./bin/ryu-manager --verbose ryu/topology/switches > loading app ryu/topology/switches > Traceback (most recent call last): > File "./bin/ryu-manager", line 19, in > main

Re: [Ryu-devel] Wireshark not working with Openflow1 and Openflow 13

2015-03-23 Thread Yusuke Iwase
Hi Adebayo, Wireshark on the default Ubuntu 14.04 repository is old and does not support OpenFlow. As far as I know, ppa:wireshark-dev/stable is available. Please try the followings. $ sudo apt-add-repository ppa:wireshark-dev/stable $ sudo apt-get update And install wireshark, and confirm vers

[Ryu-devel] Error with Switch.py

2015-03-23 Thread Talal Alharbi
Dear Ryu Expert, I have tried switch.py module and I have faced the following problem: root@mininet-vm:~/ryu# ./bin/ryu-manager --verbose ryu/topology/switches loading app ryu/topology/switches Traceback (most recent call last): File "./bin/ryu-manager", line 19, in main() File "/usr/lo

Re: [Ryu-devel] Passing arguments to ryu app

2015-03-23 Thread Yusuke Iwase
Hi Sandesh, On 2015年03月22日 13:08, Sandesh Shrestha wrote: > Dear All, > > I need to pass arguments to ryu app. How can I do that and how to get that in > the app. How about adding CLI options for your App as follow? $ git diff diff --git a/ryu/app/simple_switch_13.py b/ryu/app/simple_switch_1

[Ryu-devel] Wireshark not working with Openflow1 and Openflow 13

2015-03-23 Thread Adebayo Adedayo
Hi, I need help in making wireshark work on my system. I tried to use wireshark on Ubuntu 14.04 but the wireshark is not showing Openflow. I even tried to dump flow using the command sudo ovs-ofctl dump-flows s1 -O OpenFlow13 but nothing is showing. I have tried using the ofdissector option