Re: [Ryu-devel] Attribute Error on receiving GroupStatsReply message

2013-10-15 Thread FUJITA Tomonori
Hi, On Thu, 10 Oct 2013 18:07:01 +0100 Adam Humphreys wrote: > I also noticed that the GroupStatsRequest does not include a > bucket_counter (as defined in the standard v1_3_1, page 85). Are > there any plans to include this? We fixed the bug. Also GroupStats properly includes bucket_counter. P

Re: [Ryu-devel] Attribute Error on receiving GroupStatsReply message

2013-10-14 Thread YAMAMOTO Takashi
i'll take a look. YAMAMOTO Takashi > Hi, > > When sending a multipart message of type OFPMP_GROUP, the expected reply is > not processed correctly. The openflow stack sends back a Group reply, but on > the Ryu side this leads to an AttributeError. Commenting out the offending > line gives pro

[Ryu-devel] Attribute Error on receiving GroupStatsReply message

2013-10-10 Thread Adam Humphreys
Hi, When sending a multipart message of type OFPMP_GROUP, the expected reply is not processed correctly. The openflow stack sends back a Group reply, but on the Ryu side this leads to an AttributeError. Commenting out the offending line gives proper functionality with correct variables able to