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
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
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 +++---
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
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
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
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