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