[Ryu-devel] [devstack] How to recover if Ryu-manager process is killed?

2014-08-01 Thread Yiyang Chang
Hi, I am now playing with devstack+Ryu-plugin. It works fine after I ran stack.sh and I saw 3 flow tables in OVS enabling GRE tunneling. But when I killed the ryu-manager process in Screen and restarted it, the OVS flow tables were gone and could not be restored. I also tried restarting q-agt

Re: [Ryu-devel] BGP implementation & openstack contribution

2014-08-01 Thread FUJITA Tomonori
Hi, On Fri, 1 Aug 2014 23:40:29 +0530 Digambar Patil wrote: > As suggested, I can first start with cli implementation for RYU. Do you > have any list on what are the CLI to be implemented ? > So that I can start with one by one. Currently, the CLI supports only 'show' something. I think it woul

[Ryu-devel] Ryu 3.12 released

2014-08-01 Thread FUJITA Tomonori
Hi, You can find bgp improvement (including new BMP support), the rest API improvement, various bug fixes, etc. Don't forget that you can install the latest Ryu from Docker.hub. That's the easiest way to install Ryu. Have fun! = Andrew Ragusa (1): adding FloatOpt to the config parser FUJ

Re: [Ryu-devel] BGP implementation & openstack contribution

2014-08-01 Thread Digambar Patil
Thanks FUJITO for your reply. As suggested, I can first start with cli implementation for RYU. Do you have any list on what are the CLI to be implemented ? So that I can start with one by one. For Feature support, I will first go with bugs on RYU BGP side. I will go through the bug list & select

Re: [Ryu-devel] [PATCH] ofctl_rest: Add support for strict matching

2014-08-01 Thread FUJITA Tomonori
On Fri, 01 Aug 2014 17:53:02 +0900 Minoru TAKAHASHI wrote: > ofctl_rest is now enable to modify and delete with strict matching. > > usage) > > URI:/stats/flowentry/modify_strict > /stats/flowentry/delete_strict > > method: POST > > e.g. ) > > curl -X POST -d '{"dpid": 1,

[Ryu-devel] [PATCH] ofctl_rest: Add support for strict matching

2014-08-01 Thread Minoru TAKAHASHI
ofctl_rest is now enable to modify and delete with strict matching. usage) URI:/stats/flowentry/modify_strict /stats/flowentry/delete_strict method: POST e.g. ) curl -X POST -d '{"dpid": 1, "actions":[{"port":3, "type":"OUTPUT"}], "ma