Re: [Ryu-devel] requirements for OpenStack Quantum

2014-04-09 Thread cheers
On Apr 9, 2014, at 5:45 AM, FUJITA Tomonori wrote: > On Wed, 9 Apr 2014 15:54:55 +0900 (JST) > [email protected] (YAMAMOTO Takashi) wrote: > >> there are a few ways to use ryu+openstack. >> >> a. "ryu" plugin >>it uses openflow 1.0 and depends on ovs features. >>(nicira extensio

Re: [Ryu-devel] requirements for OpenStack Quantum

2014-04-09 Thread cheers
On Apr 8, 2014, at 11:54 PM, YAMAMOTO Takashi wrote: > there are a few ways to use ryu+openstack. > > a. "ryu" plugin >it uses openflow 1.0 and depends on ovs features. >(nicira extensions, ovsdb, ...) > > b. "ofagent" ml2 mech driver >while it aims to support pure openflow 1.3 swi

Re: [Ryu-devel] requirements for OpenStack Quantum

2014-04-08 Thread cheers
Sorry. I have no idea what the merged “ofagent” agent is and for o_o|| What i need to know is, if i use Ryu as OF controller, what are the requirements (software, protocol and configuration) of a physical switch in order to run Openstack in the northbound (of Ryu)? The physical switch does not

[Ryu-devel] requirements for OpenStack Quantum

2014-04-08 Thread cheers
Hi, I have an Openflow 1.3 agent running on my physical switch. It is not OVS and does not support OVSDB. What are the minimum software requirements for my switch and the OF 1.3 agent to support Ryu and Openstack Quantum in the northbound? Thank you. -Cheng -

Re: [Ryu-devel] how to specify multiple bits in the flags of METER_MOD message?

2014-03-29 Thread cheers
Thank you for the response. It may work but what i need is how i can specify multiple flags in HTTP URL via curl. -Peter On Mar 29, 2014, at 2:20 AM, FUJITA Tomonori wrote: > On Fri, 28 Mar 2014 11:15:24 -0700 > cheers wrote: > >> According to OF 1.3 spec, >> &

[Ryu-devel] how to specify multiple bits in the flags of METER_MOD message?

2014-03-28 Thread cheers
According to OF 1.3 spec, The flags field may include a combination of following flags: /* Meter configuration flags */ enum ofp_meter_flags { }; OFPMF_KBPS OFPMF_PKTPS OFPMF_BURST OFPMF_STATS = 1 << 0, /* Rate value in kb/s (kilo-bit per second). */ = 1 << 1, /* Rate value in packet/sec. */ =1

Re: [Ryu-devel] ryu exception

2014-03-16 Thread cheers
Thanks for the pointer. I will look into this direction. -Peter On Mar 16, 2014, at 5:38 AM, FUJITA Tomonori wrote: > On Fri, 14 Mar 2014 13:44:08 -0700 > [email protected] wrote: > >> >> Hi, >> >> I am experiencing an runtime exception with Ryu, when i entered this REST >> request: >> >>