On Sun, 08 Jul 2012 00:53:00 +0900 (JST) FUJITA Tomonori <[email protected]> wrote:
> Fix the following error: > > File "/Users/fujita/git/ryu/ryu/ofproto/ofproto_v1_2_parser.py", > line 1501, in serialize > self.append_field(header, self.flow.vlan_vid, self.vlan_vid_mask) > AttributeError: 'OFPMatch' object has no attribute 'vlan_vid_mask' > > Signed-off-by: FUJITA Tomonori <[email protected]> > --- > ryu/ofproto/ofproto_v1_2_parser.py | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) Applied. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
