Re: [Ryu-devel] OFPR_ACTION bitmask of the “Set asynchronous configuration message”

2016-05-27 Thread mehran shetabi
hi, No, this action is reversible. For seeing the packet_in caused by ACTION again in controller, just do this in the code: packet_in_mask = 3 Thank you, ... mehran shetabi PhD student Computer Engineering Department IUST -Original Messag

Re: [Ryu-devel] [PATCH] Make ovs optional

2016-05-27 Thread Takashi YAMAMOTO
On Fri, May 27, 2016 at 2:55 PM, FUJITA Tomonori wrote: > On Fri, 27 May 2016 14:09:22 +0900 > Takashi YAMAMOTO wrote: > > > any chance to make 4.2.2 for this? > > it's blocking XenServer Neutron CI. > > https://pypi.python.org/pypi/ryu/4.2.2 > > Done. > thank you! -