Hi i am using,
(Open vSwitch) 2.7.4
DB Schema 7.14.0
Openflow version 1.5
On deleting a flow i am encountering this error, this is a message sent in
response to the flow rule being removed.
However the flow deletion is going successfully, but Ryu is not able to
parse this message i believe.
Encountered an error while parsing OpenFlow packet from switch. This
implies the switch sent a malformed OpenFlow packet. version 0x06 msg_type
11 msg_len 72 xid 0 buf 0x06 0x0b 0x00 0x48 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x07 0xd0 0x00 0x64 0x02 0x00 0x00 0x00 0x00 0x00 0x00
0x0f 0x42 0x40 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x01 0x00 0x12 0x80 0x00 0x0a
0x02 0x08 0x06 0x80 0x00 0x2c 0x04 0xc0 0xa8 0x01 0x0a 0x00 0x00 0x00 0x00
0x00 0x00
Traceback (most recent call last):
File
"/usr/local/lib/python2.7/dist-packages/ryu/ofproto/ofproto_parser.py",
line 67, in msg
msg = msg_parser(datapath, version, msg_type, msg_len, xid, buf)
File
"/usr/local/lib/python2.7/dist-packages/ryu/ofproto/ofproto_v1_5_parser.py",
line 59, in msg_parser
return parser(datapath, version, msg_type, msg_len, xid, buf)
File
"/usr/local/lib/python2.7/dist-packages/ryu/ofproto/ofproto_v1_5_parser.py",
line 1561, in parser
msg.match = OFPMatch.parser(msg.buf, offset)
File
"/usr/local/lib/python2.7/dist-packages/ryu/ofproto/ofproto_v1_5_parser.py",
line 773, in parser
n, value, mask, field_len = ofproto.oxm_parse(buf, offset)
File "/usr/local/lib/python2.7/dist-packages/ryu/ofproto/oxx_fields.py",
line 193, in _parse
field_len) = _parse_header_impl(mod, buf, offset)
File "/usr/local/lib/python2.7/dist-packages/ryu/ofproto/oxx_fields.py",
line 179, in _parse_header_impl
*assert value_len > 0*
*AssertionError*
it would be very helpful if you could look into this.
Thanks,
Rahul
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel