Re: [Ryu-devel] 回复: utils module has not attribute bytearray_to_hex

2015-09-01 Thread Yusuke Iwase
Hi, On 2015年09月02日 12:03, muzixing.com wrote: > I find out that different version of Ryu has different name of > bytearray_to_hex. > > In older version, it is bytearray_to_hex, while in newer version, it is > _bytearray_to_hex. > > so, the problem now is that *how to build Ryu completely*?

[Ryu-devel] [PATCH] ofctl_v1_[23]: Fix the output result of get_flow_stats()

2015-09-01 Thread Minoru TAKAHASHI
Add flows OFPIT_APPLY_ACTIONS and OFPIT_WRITE_ACTIONS and OFPIT_CLEAR_ACTIONS as the type of instructions, respectively. Then, the output results of get_flow_stats() are the same. This patch fix this problem. before applying this patch: * case OFPIT_APPLY_ACTIONS and OFPIT_WRITE_ACTIONS { "

[Ryu-devel] ?????? utils module has not attribute bytearray_to_hex

2015-09-01 Thread muzixing.com
I find out that different version of Ryu has different name of bytearray_to_hex. In older version, it is bytearray_to_hex, while in newer version, it is _bytearray_to_hex. so, the problem now is that how to build Ryu completely? -- Distance ___

[Ryu-devel] utils module has not attribute bytearray_to_hex

2015-09-01 Thread muzixing.com
If errors occur when parsing a packet, Ryu will raise a except, which will call utils.bytearray_to_hex method. Unfortunately, it will raise an attribute ERROR: 'module' utils has not attribute 'bytearray_to_hex' but I still can find the bytearray_to_hex method in utils.py Why? Related co

Re: [Ryu-devel] Possible tester.py bug?

2015-09-01 Thread Alan Deikman
> On Sep 1, 2015, at 4:26 PM, Yusuke Iwase wrote: > > If tester.py should support such feature, how about the following patch? > I added sleep interval for each test case. I think having that as an option couldn’t hurt. If nothing else it might make more people aware of the OVS problem. Note

Re: [Ryu-devel] FW: link discovery in multipath topology

2015-09-01 Thread Yusuke Iwase
Hi, Would you mind telling us how you figured out your problem? I think your information is very helpful for other users who face to the similar problem. Thanks, Iwase On 2015年09月01日 00:31, FIXED-TERM Vardhan Harsha (CR/AEH4) wrote: > Hello Iwase, > > Please ignore my last mail I figured out

Re: [Ryu-devel] Possible tester.py bug?

2015-09-01 Thread Yusuke Iwase
Hi, On 2015年08月29日 03:46, Alan Deikman wrote: > >> On Aug 27, 2015, at 10:44 PM, Yusuke Iwase > > wrote: >> >> If OVS work so, I think it is a bug of OVS and tester.py should not wait OVS. > > I believe you are right. In the process of investigating this I captu

Re: [Ryu-devel] open flow 1.5 software switch

2015-09-01 Thread Yusuke Iwase
Hi Richard, I added Ryu-devel mailing to cc. Please keep this mailing list. On 2015年09月01日 22:26, Richard Cziva wrote: > Hi Yusuke > > I saw your Openflow 1.5 patch for OFPIT_STAT_TRIGGER > (http://comments.gmane.org/gmane.network.ryu.devel/9847) and I was wondering > how can we play with this