[Ryu-devel] Measuring link bandwidth in Ryu

2015-03-29 Thread Sandesh Shrestha
Hello, I want to get the link bandwidth of the link between open vswitch and a host in Ryu App. How can I do that ? Thanks, Sandesh Shrestha www.sandeshshrestha.blogspot.com -- Dive into the World of Parallel Programming

[Ryu-devel] [PATCH 2/2] rest_firewall: Prevent adding fields which is unrelated to match

2015-03-29 Thread Yusuke Iwase
This patch prevent rest_firewall.py from adding unrelated fields (e.g. priority, actions) into match fields. Signed-off-by: IWASE Yusuke --- ryu/app/rest_firewall.py | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/ryu/app/rest_firewall.py b/ryu/app/rest_firewa

[Ryu-devel] [PATCH 1/2] ofctl_v1_[23]: Ignore unkown match fields

2015-03-29 Thread Yusuke Iwase
Currently, ofctl_v1_[23].py adds non-existing match fields when getting unknown match fields, then parser returns KeyError. This patch fixes ofctl_v1_[23].py to ignore unkown match fields and output error messages. Signed-off-by: IWASE Yusuke --- ryu/lib/ofctl_v1_2.py | 28 +++---

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

2015-03-29 Thread Yusuke Iwase
Hi Sandesh, > Hello, I tried doing this but it didnt work. Do I need to change flags.py file What do you exactly mean "it didnt work"? Did you get any error messages? FYI, if you want to use flags.py, it can be done as follow. # Modify the source code. $ git diff diff --git a/ryu/app/simple_sw

Re: [Ryu-devel] Ryu rest_firewall.py

2015-03-29 Thread Yusuke Iwase
Hi, *Please keep the mailing list.* Ryu-devel On 2015年03月27日 20:43, Ing. Susana Ballester Macías wrote: > Ok, thanks. AlsoI'm trying to use the gui_topology app of Ryu controller > so I can watch the topology of my network in Mininet. > > We ran in Mininet: > $ sudo mn --controller remo

[Ryu-devel] Unknown MAC address detected by ryu

2015-03-29 Thread MD.Badruzzaman Shakib
Hello Ryuians, I am trying to make an application to push shortest path flows to the switches. In my mininet topology I specifically mentioned the MAC addresses for each switch port. When I check the MAC addresses from mininet terminal it shows the MAC addresses I configured in the topology. But

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

2015-03-29 Thread Sandesh Shrestha
Hello, I tried doing this but it didnt work. Do I need to change flags.py file Thanks, Sandesh Shrestha Message: 7 Date: Tue, 24 Mar 2015 10:18:27 +0900 From: Yusuke Iwase Subject: Re: [Ryu-devel] Passing arguments to ryu app To: [email protected], [email protected] Message-I