Re: [Ryu-devel] Pushing a batch of flow-mod rules

2018-08-13 Thread IWAMOTO Toshihiro
On Fri, 10 Aug 2018 00:14:49 +0900, Christos Nikolaou wrote: > > [1 ] > Thank you for your reply! > > Bundles seem to be the right way to go at it. I have one more question > though: is there any information on how to use bundles? Unfortunately, I > couldn’t find enough information. It's wri

Re: [Ryu-devel] Pushing a batch of flow-mod rules

2018-08-09 Thread Christos Nikolaou
Thank you for your reply! Bundles seem to be the right way to go at it. I have one more question though: is there any information on how to use bundles? Unfortunately, I couldn’t find enough information. I don’t understand how to create a bundle message and how to use the OFPBundleCtrlMsg and

Re: [Ryu-devel] Pushing a batch of flow-mod rules

2018-08-08 Thread IWAMOTO Toshihiro
On Wed, 08 Aug 2018 22:08:22 +0900, Christos Nikolaou wrote: > > Hello, > > I am using Ryu and Mininet (with Open vSwitch) for simulating networks. I > would like to send a batch of flow-mod rules from Ryu to each switch. Also, I > would like to send a barrier message before I send the batch of

[Ryu-devel] Pushing a batch of flow-mod rules

2018-08-08 Thread Christos Nikolaou
Hello, I am using Ryu and Mininet (with Open vSwitch) for simulating networks. I would like to send a batch of flow-mod rules from Ryu to each switch. Also, I would like to send a barrier message before I send the batch of flow-mod rules, to make sure that the rules were installed in the switch