On Mon, 25 Feb 2019 18:36:57 +0900, nail göksel wrote: > > [1 <multipart/alternative (7bit)>] > [1.1 <text/plain; UTF-8 (7bit)>] > Hi all, > > When i import api from the "ryu.app.ofctl" i get this error: > > unknown error xid 3337929515 > > The number after the xid changes and it generates many of this error > message about 30 seconds after starting the simulation. Do you have any > idea on this issue?
Please look at ryu.app.ofctl.service. It means OfctlService got an OF reply with an unexpected xid. For xid, please look at the OpenFlow spec. It is likely OfCtlService is receiving replies to requests which the OfctlService didn't sent. Maybe there's some OF other controller or multiple OfctlService instances? -- IWAMOTO Toshihiro _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel