Hi, On 2015年10月12日 08:51, Anees Mohsin Hadi Al-Najjar wrote: > Dear all, > > > > I trying to write a simple Ryu controller with OF15. However I got this error > and I don’t know how to fix it: > > > > *EVENT ofp_event->My_Ryu EventOFPSwitchFeatures* > > *switch features ev version: 0x6 msg_type 0x6 xid 0xba3b6770 > OFPSwitchFeatures(auxiliary_id=0,capabilities=79,datapath_id=257,n_buffers=256,n_tables=254)* > > *error msg ev version: 0x6 msg_type 0x1 xid 0xba3b6772 > OFPErrorMsg(code=6,data='\x06\x12\x00\x10\xba;gr\x00\r\x00\x00\x00\x00\x00\x00',type=1) > type 0x1 code 0x6 0x6 0x12 0x0 0x10 0xba 0x3b 0x67 0x72 0x0 0xd 0x0 0x0 0x0 > 0x0 0x0 0x0* > > > > Could you explain what does this error mean?
First, Which Ryu version are you using? In latest version, Ryu will show you more detail informations of OFPErrorMsg. https://github.com/osrg/ryu/commit/b6e280172a0f4204d6e558d1c11eeacdfb9ff8ab And, which OF switch are you using? If you are using Open vSwitch, it does not fully support OF1.5. Thanks, Iwase > > > > Thanks for helping > > > > Anees > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > 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
