Re: [Ryu-devel] Ryu decode EventOFPErrorMsg

2015-03-11 Thread Minoru TAKAHASHI
Hi, On 2015年03月11日 20:25, Sascha Bleidner wrote: > Hello, > > Is there any documentation available about how to decode OpenFlow error > messages? Please refer to the "A.4.4 Error Message" of OpenFlow specification. It is available for download at Open Networking Foundation(https://www.opennet

[Ryu-devel] Ryu decode EventOFPErrorMsg

2015-03-11 Thread Sascha Bleidner
Hello, Is there any documentation available about how to decode OpenFlow error messages? Right now I am using the following code to receive error messages: @set_ev_cls(ofp_event.EventOFPErrorMsg, [HANDSHAKE_DISPATCHER, CONFIG_DISPATCHER, MAIN_DISPATCHER]) def error_msg_handler(self,