Re: [Ryu-devel] Fwd: Failure while adding flow using curl.

2015-08-19 Thread vinay pai
Hi Iwase, Thank you so much for your response! Yes the inputs seemed fine to me as well and hence I was confused as to what mistake I was doing. I am using a Cisco switch. It might be a bug from the switch side. Let me get back to you on this. Thanks again! Regards, Vinay Pai B.H. On Wed, Aug

Re: [Ryu-devel] Fwd: Failure while adding flow using curl.

2015-08-19 Thread Yusuke Iwase
Hi, > error msg ev version: 0x4 msg_type 0x1 xid 0xf6b65182 OFPErrorMsg(code=5, > ..., type=4) This message shows the error type is 4 (OFPET_BAD_MATCH) and the error code is 5 (OFPBMC_BAD_WILDCARDS). OFPBMC_BAD_WILDCARDS is described at "7.2.3.4 Flow Matching" in OpenFlow Spec 1.3.4. By the w

[Ryu-devel] Fwd: Failure while adding flow using curl.

2015-08-19 Thread vinay pai
Hi Ryu Developers, I am not able to make any progress because of this issue and would be really grateful if anyone could help me out with this. I can figure out that type 0x1 (which meant bad request) and and code = 5 which means OFPBAC_BAD_ARGUMENT. Am I passing any bad argument? Any pointers wi