Re: [Ryu-devel] Decoding error message

2015-10-12 Thread Yusuke Iwase
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 m

[Ryu-devel] Decoding error message

2015-10-11 Thread Anees Mohsin Hadi Al-Najjar
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_b

Re: [Ryu-devel] Decoding Error Message

2015-09-28 Thread Minoru TAKAHASHI
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]' > *Subject:* > > > > Hi Vinay, > > > > I am working with OFDATAPATH 1.3

Re: [Ryu-devel] Decoding Error Message

2015-09-27 Thread Anees Mohsin Hadi Al-Najjar
From: Anees Mohsin Hadi Al-Najjar Sent: Monday, 28 September 2015 12:48 PM To: [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

Re: [Ryu-devel] Decoding Error Message

2014-11-17 Thread vinay pai
Hi All, Got my mistake.:).. I needed to set the protocol as UDP too. Thanks! Regards, Vinay Pai B.H. On Mon, Nov 17, 2014 at 3:48 PM, vinay pai wrote: > Hi All, > > I am trying to push a deny flow based on certain conditions when a packet > in event occurs. However I am getting an error mes

[Ryu-devel] Decoding Error Message

2014-11-17 Thread vinay pai
Hi All, I am trying to push a deny flow based on certain conditions when a packet in event occurs. However I am getting an error message on the controller when I am pushing the flows onto the switch as the switch is rejecting the flow. I am not able to decode the error message and wanted to know i