Re: [Ryu-devel] bug: KeyError EventOFPErrorExperimenterMsg

2017-07-17 Thread Iwase Yusuke
Hi Hu, It seems a bug of Ryu. When Ryu receives OFPT_ERROR messages with OFPET_EXPERIMENTER type, Ryu will successfully parse OFPT_ERROR messages, but will fail to convert messages into events for Ryu applications. The attached patch should fix this problem on only OF 1.3. Could you try this?

[Ryu-devel] bug: KeyError EventOFPErrorExperimenterMsg

2017-07-10 Thread Hu Dingyuan
Hi, When I use ryu to send a apply actions message, a error occurred. match=OFPMatch(oxm_fields={'in_port': 7, 'eth_type': 2048, 'ipv4_src': '192.0.2.129', 'ipv4_dst': '10.0.2.104'}), instructions=[OFPInstructionActions(actions=[OFPActionSetField(eth_src='b6:9f:5d:cf:64:a8'), OFPActionSetField(e