Hello

I'm trying to use the Ryu synchrounous API to send and wait for the
execution of a Barrier message.

I'm using the same implementation presented in:
http://ryu.readthedocs.io/en/latest/app/ofctl.html#ryu.app.ofctl.api.send_msg

For some reason unknown to me, calling

"api.send_msg(myRyuApp, ofp_parser.OFPBarrierRequest(datapath),
reply_cls=ofp_parser.OFPBarrierReply)"

will lock and not return, while at the console, a "unknown barrier xid
103043043" will be printed.

Am I calling api.send_msg correctly?

Thank you for the assistance
Carlos Ferreira

------------------------------------------------------------------------------
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

Reply via email to