Re: [Ryu-devel] Bad argument in SET_FIELD action (Code=15)

2016-03-10 Thread Shinpei Muraoka
Hi, Please try to run the following command. $ cd ~/ovs $ sudo make distclean $ git pull $ ./boot.sh $ ./configure --with-linux=/lib/modules/`uname -r`/build $ make && sudo make install && sudo make modules_install && sudo depmod $ sudo rm -f /usr/local/etc/openvswitch/conf.db /usr/local/etc/open

Re: [Ryu-devel] Bad argument in SET_FIELD action (Code=15)

2016-03-10 Thread Talal Al
Sorry, It's (2.3.90). How can it be upgraded to the version you mention ? Thanks. > To: [email protected]; [email protected] > From: [email protected] > Date: Fri, 11 Mar 2016 11:47:57 +0900 > Subject: Re: [Ryu-devel] Bad argument in SET_FIELD action (Code=15) > > Hi,

Re: [Ryu-devel] Bad argument in SET_FIELD action (Code=15)

2016-03-10 Thread Shinpei Muraoka
Hi, > I've tried OpenFlow 1.3, 1.4 and 1.5. None of them works You've got me wrong. Do not misunderstand the version of the OpenFlow version and Open vSwitch version? I pointed out version of the Open vSwitch. Please check the version of the Open vSwitch in the following command. $ sudo ovs-vsct

Re: [Ryu-devel] Bad argument in SET_FIELD action (Code=15)

2016-03-10 Thread Talal Al
I've tried OpenFlow 1.3, 1.4 and 1.5. None of them works > To: [email protected]; [email protected] > From: [email protected] > Date: Fri, 11 Mar 2016 11:19:35 +0900 > Subject: Re: [Ryu-devel] Bad argument in SET_FIELD action (Code=15) > > Hi > > Sorry for the late relpy.

Re: [Ryu-devel] Bad argument in SET_FIELD action (Code=15)

2016-03-10 Thread Shinpei Muraoka
Hi Sorry for the late relpy. > When I wanted set up fields such as eth_type, ip_proto, icmpv6_type, > icmpv6_code as shown below, I still got the error " Bad arguement" (code > 15), however the rest is fine such as ipv6_dst, ipv6_src. Maybe, version of the Open vSwitch does not may be a problem

[Ryu-devel] Bad arguement" (code 15)

2016-03-10 Thread Talal Al
Dear All, When I wanted set up fields such as eth_type, ip_proto, icmpv6_type, icmpv6_code as shown below, I still got the error " Bad arguement" (code 15), however the rest is fine such as ipv6_dst, ipv6_src. Could you please advise me on this ? OFPActionSetField(eth_type=34525

[Ryu-devel] How to let a RYU application to support a permanent socket server

2016-03-10 Thread Weiyang Mo
Hi all, I am trying to design a ryu module that plays as a permanent server to exchange data with a external web. After receiving some data, I would like to let this module to send RYU events to other modules as notification. Now I am stuck in that because although I successfully built the serv