On Tue, 07 Aug 2018 22:54:35 +0900,
Rafael CaƱizares via Ryu-devel wrote:
> 
> [1  <multipart/alternative (7bit)>]
> [1.1  <text/plain; UTF-8 (7bit)>]
>  Hello,
> 
> First of all thank you very much for sharing this amazing Ryu project.
> 
> My question: will the opctl_rest API support group commands for selective
> bucket operations (as defined in Openflow 1.5 specification)?

ryu.ofproto.ofproto_v1_5 has OFPGC_INSERT_BUCKET and such, but
the REST app doesn't support that.
You need to directly use ryu.ofproto code or modify ryu.app.ofctl_rest.

> What I am looking for is to insert, remove or modify buckets without
> affecting existing buckets in the group. As I have read, this is defined in
> OpenFlow 1.5 specification. I am not sure if it can be achieved in OF1.3.
> Anyone has done it?

I don't know if ovs (or any other) implementation of OF1.3 supports
such group_mod_commands. It maybe, but I have no idea.

--
IWAMOTO Toshihiro

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to