[Ryu-devel] [PATCH] bgp: fix _OptParamCapability parser

2014-11-05 Thread FUJITA Tomonori
It could include multiple Capabilities. Signed-off-by: FUJITA Tomonori --- ryu/lib/packet/bgp.py | 33 - 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/ryu/lib/packet/bgp.py b/ryu/lib/packet/bgp.py index ff6d7af..4660c30 100644 --- a/ryu/lib/packe

Re: [Ryu-devel] Regarding meter config in Ryu

2014-11-05 Thread Minoru TAKAHASHI
Hi, On 2014年11月06日 12:41, Harsh wrote: > Hello, > > I am using ovs switch version 2.3.0 , Will I be able to add meter on it?? It > yes then how should I do that?? > Thank you so much. This is in the ovs FAQ. Q: Does Open vSwitch support OpenFlow meters? A: Since version 2.0, Open vSwitch has

Re: [Ryu-devel] Regarding meter config in Ryu

2014-11-05 Thread Harsh
Hello, I am using ovs switch version 2.3.0 , Will I be able to add meter on it?? It yes then how should I do that?? Thank you so much. > On Nov 5, 2014, at 6:39 PM, Minoru TAKAHASHI > wrote: > > Please don't drop the mailing list of Ryu-devel. > >> On 2014年11月06日 10:44, Harsh wrote: >> Thank

Re: [Ryu-devel] Regarding meter config in Ryu

2014-11-05 Thread Minoru TAKAHASHI
Please don't drop the mailing list of Ryu-devel. On 2014年11月06日 10:44, Harsh wrote: > Thank you so much for the response! Moreover can you please guide me how to > install meter in a switch in order to get the statistics of meters! For example, 1.Add a meter entry (http://ryu.readthedocs.org/

Re: [Ryu-devel] About ryu rest_qos

2014-11-05 Thread Yusuke Iwase
Hi, On 2014年11月05日 21:36, Yafeng Zhou wrote: > Hello All, > > I am learning SDN, and I used Ryu as the controller. And these days I am > trying to set qos on switches, and I do this by ryu-book > . Something goes well, > however when I set

Re: [Ryu-devel] Regarding meter config in Ryu

2014-11-05 Thread Minoru TAKAHASHI
Hi, Harsh On 2014年11月05日 18:22, Harsh wrote: > Hello, > > I am working on an application which is built in in ryu i.e ofctl_rest.py > > I have a doubt regarding POST API function that which can be key value for > those commands if I want to call it by java/json?? And How can I get the key > va

Re: [Ryu-devel] About ryu rest_qos

2014-11-05 Thread Benjamin Eggerstedt
Hi Yafeng, This has been asked before and the reply was to include the "dl_type" if you want to match on nw_dst / nw_src. e.g. dl_type=0x0800 ​Benny On Wed, Nov 5, 2014 at 1:36 PM, Yafeng Zhou wrote: > Hello All, > > I am learning SDN, and I used Ryu as the controller. And these days I am >

[Ryu-devel] About ryu rest_qos

2014-11-05 Thread Yafeng Zhou
Hello All, I am learning SDN, and I used Ryu as the controller. And these days I am trying to set qos on switches, and I do this by ryu-book . Something goes well, however when I set the qos rules as: root@ryu-vm:~# curl -X POST -d '{"port_nam

[Ryu-devel] About ryu rest_qos

2014-11-05 Thread Yafeng Zhou
Hello All, I am learning SDN, and I used Ryu as the controller. And these days I am trying to set qos on switches, and I do this by ryu-book . Something goes well, however when I set the qos rules as: root@ryu-vm:~# curl -X POST -d '{"match":

[Ryu-devel] Regarding meter config in Ryu

2014-11-05 Thread Harsh
Hello, I am working on an application which is built in in ryu i.e ofctl_rest.py I have a doubt regarding POST API function that which can be key value for those commands if I want to call it by java/json?? And How can I get the key value pair for that? Can anyone please letme know as soon as p

Re: [Ryu-devel] RYU older version with just OF1.3 capable

2014-11-05 Thread Pablo Pousada Rial
Hello Ashok If I am right, you just need to specify it with "OFP_VERSIONS = [ofproto_v1_3.OFP_VERSION]" and use the protocol and parser from v1_3. I hope this helps you. Pablo El 04/11/14 a las 19:46, Ashok Jude escribió: Hi All, I wanted to have RYU only speak OF1.3 not OF1.3. Can someon