Re: [Ryu-devel] Rule to drop traffic between hosts in mininet doesn'twork

2018-08-29 Thread Le Quoc Khanh
Hi Giorgos, Just need to make sure your flow has higher priority than the other two. The best practice is to explicitly specify the priority of all flows instead of leaving them to the default. For example, set the priority of the first 2 flow entries to 10 and the flow to drop traffic between 2 h

Re: [Ryu-devel] Reassemble FlowStatsReply in MULTIPART_REPLY message

2018-08-15 Thread Le Quoc Khanh
Hi IWAMOTO, Thank you for your answer but I still do not really get how the replies are accumulated. I could not figure out where in the *'ryu.app.ofctl_rest.py '* the *self.waiters* was first created for each MULTIPART_REPLY message that is divided into multiple mess