Re: [Ryu-devel] priority change of the existing data flow

2016-08-02 Thread Iwase Yusuke
Hi, AFAIK, OpenFlow does not provide the feature for changing the priority without changing the other fields. So, you need to delete the previous flow which has priority=1 first, then you need to add the new flow with the new priority for changing the priority. The following shows an image to i

[Ryu-devel] priority change of the existing data flow

2016-07-29 Thread Tanvir.Ulhuque
Hi I want to add a data flow with priority 1, and after passing 5 seconds I want to change its priority to 10. I have used the following code to implement this concept. But, it is not working :) --