Dear all,
I am trying to connect OVS switch working in OpenFlow 1.5 with Ryu, but I 
couldn't.
I have got this error:

loading app ryu.controller.ofp_handler
instantiating app /home/ubuntu/Desktop/2h-rc.py of My_Ryu
instantiating app ryu.controller.ofp_handler of OFPHandler
BRICK My_Ryu
  CONSUMES EventOFPSwitchFeatures
BRICK ofp_event
  PROVIDES EventOFPSwitchFeatures TO {'My_Ryu': set(['config'])}
  CONSUMES EventOFPPortDescStatsReply
  CONSUMES EventOFPErrorMsg
  CONSUMES EventOFPHello
  CONSUMES EventOFPEchoRequest
  CONSUMES EventOFPSwitchFeatures
connected socket:<eventlet.greenio.GreenSocket object at 0x7fa334a2df90> 
address:('127.0.0.1', 60598)
hello ev <ryu.controller.ofp_event.EventOFPHello object at 0x7fa334a3d390>
move onto config mode
EVENT ofp_event->My_Ryu EventOFPSwitchFeatures
switch features ev version: 0x6 msg_type 0x6 xid 0xa1a836b5 
OFPSwitchFeatures(auxiliary_id=0,capabilities=79,datapath_id=3,n_buffers=256,n_tables=254)
error msg ev version: 0x6 msg_type 0x1 xid 0xa1a836b7 
OFPErrorMsg(code=6,data='\x06\x12\x00\x10\xa1\xa86\xb7\x00\r\x00\x00\x00\x00\x00\x00',type=1)
 type 0x1 code 0x6 0x6 0x12 0x0 0x10 0xa1 0xa8 0x36 0xb7 0x0 0xd 0x0 0x0 0x0 
0x0 0x0 0x0


I tried that with OpenFlow 1.4 and it works.

Could you possibly tell me how can I fix this problem?

Thanks

Anees

------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to