Depending on what version of OpenFlow you are using, you should refer to
its spec document. For example the OF1.3 spec is here:
https://www.opennetworking.org/images/stories/downloads/sdn-resources/onf-specifications/openflow/openflow-spec-v1.3.0.pdf

Page 79 defines what error codes and types are associated with. You have
error type 1 and code 8 so this means you are getting an OFPET_BAD_REQUEST
and OFPBRC_BUFFER_UNKNOWN error, which means your "Specified buffer does
not exist".

Hope this helps, I would look at what buffer you are specifying when you
are sending rules to your switch. Ideally Ryu could integrate this type of
error message context into the OFPErrorMsg print outs.

On Mon, Mar 30, 2015 at 12:13 PM MD.Badruzzaman Shakib <[email protected]>
wrote:

> When I run my application I get the following error-
>
> *error msg ev version: 0x1 msg_type 0x1 xid 0x7a93d361 
> OFPErrorMsg(code=8*,data='\x01\r\x00\x18z\x93\xd3a\x00\x00\x03G\x00\x02\x00\x08\x00\x00\x00\x08\xff\xfb\xff\xe5\x01\x01\x00$z\x93\xd3b',type=1)
> type 0x1 code 0x8 0x1 0xd 0x0 0x18 0x7a 0x93 0xd3 0x61 0x0 0x0 0x3 0x47 0x0
> 0x2 0x0 0x8 0x0 0x0 0x0 0x8 0xff 0xfb 0xff 0xe5 0x1 0x1 0x0 0x24 0x7a 0x93
> 0xd3 0x62
>
> Can anyone please tell me what is this OFPErrorMsg, code = 8 ?
>
> Thanks
> ------------------------------------------------------------
> ------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to