Hi, On 2015年09月28日 11:50, Anees Mohsin Hadi Al-Najjar wrote: > > > > > *From:*Anees Mohsin Hadi Al-Najjar > *Sent:* Monday, 28 September 2015 12:48 PM > *To:* [email protected]; '[email protected]' <[email protected]> > *Subject:* > > > > Hi Vinay, > > > > I am working with OFDATAPATH 1.3 using Ryu. And I have got the same error > message as yours. Could you tell me what is the problem? Does anybody know > what the problem is. > > I need help > > > > Thanks a lot > > Anees > > > > > > connected socket:<eventlet.greenio.GreenSocket object at 0x7fe055b52550> > address:('127.0.0.1', 33596) > > hello ev <ryu.controller.ofp_event.EventOFPHello object at 0x7fe055b528d0> > > move onto config mode > > EVENT ofp_event->My_Ryu EventOFPSwitchFeatures > > switch features ev version: 0x4 msg_type 0x6 xid 0x6e8dfc98 > OFPSwitchFeatures(auxiliary_id=0,capabilities=79,datapath_id=323300246276,n_buffers=256,n_tables=64) > > move onto main mode > > *error msg ev version: 0x4 msg_type 0x1 xid > 0x6e8dfc9b*OFPErrorMsg(code=9,data='\x04\x0e\x00\x98n\x8d\xfc\x9b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x9c@\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00 > > \x80\x00\n\x02\x08\x06\x80\x00\x16\x04\xc0\xa8\x1e\x01\x80\x00\x18\x04\xc0\xa8\n\x02\x80\x00*\x02\x00\x01\x00\x04\x00H\x00\x00\x00\x00\x00\x19\x00\x10\x80\x00,\x04\xc0\xa8\n\x01\x00\x00\x00\x00\x00\x19\x00\x10\x80\x000\x06\x00\x00\x00\x00\x01\x01\x00\x00\x00\x19\x00\x10\x80\x00\x08\x06\x00\x00\x00\x00\x01\x01\x00\x00\x00\x00\x00\x10\x00\x00\x00\x02\xff\xe5\x00\x00\x00\x00\x00\x00',type=4) > type 0x4 code 0x9 0x4 0xe 0x0 0x98 0x6e 0x8d 0xfc 0x9b 0x0 0x0 0x0 0x0 0x0 > 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x9c 0x40 > 0xff 0xff 0xff 0xff 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x1 > 0x0 0x20 0x80 0x0 0xa 0x2 0x8 0x6 0x80 0x0 0x16 0x4 0xc0 0xa8 0x1e 0x1 0x80 > 0x0 0x18 0x4 > 0xc0 0xa8 0xa 0x2 0x80 0x0 0x2a 0x2 0x0 0x1 0x0 0x4 0x0 0x48 0x0 0x0 0x0 0x0 > 0x0 0x19 0x0 0x10 0x80 0x0 0x2c 0x4 0xc0 0xa8 0xa 0x1 0x0 0x0 0x0 0x0 0x0 > 0x19 0x0 0x10 0x80 0x0 0x30 0x6 0x0 0x0 0x0 0x0 0x1 0x1 0x0 0x0 0x0 0x19 0x0 > 0x10 0x80 0x0 0x8 0x6 0x0 0x0 0x0 0x0 0x1 0x1 0x0 0x0 0x0 0x0 0x0 0x10 0x0 > 0x0 0x0 0x2 0xff 0xe5 0x0 0x0 0x0 0x0 0x0 0x0
They means the following. OFPET_BAD_MATCH = 4, /* Error in match. */ OFPBMC_BAD_PREREQ = 9, /* A prerequisite was not met. */ You should check "Table 12: Header match fields details" in "OpenFlow specification 1.3". Just for your infomation, the following patch have been merged to Ryu. This patch improves the readability of this output to find out errors. ofp_handler: Output human readable error msg ev log https://github.com/osrg/ryu/commit/b6e280172a0f4204d6e558d1c11eeacdfb9ff8ab Please wait for the next Ryu release(Early next month). thanks, > > > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
