Re: [Ryu-devel] Ryu-devel Digest, Vol 51, Issue 3

2016-02-02 Thread Stas Kozlov
Hi, You have to match eth_type with ip_dscp Check openflow spec prerequisite for details. -- Stas From: Le Tran Duc > To: [email protected] > Cc: > Date: Wed, 3 Feb 2016 03:10:58 +0300 > Subject: [Ryu-devel] Error when add a flow entry > Hello, > > I am trying to add a flow entr

Re: [Ryu-devel] Error when add a flow entry

2016-02-02 Thread Minoru TAKAHASHI
Hi, I think, the connection with the controller may have gone wrong. For example, ofctl_rest (ryu/app/ofctl_rest.py) app start-up already? > curl -X POST -d '{"dpid": "7", "match": {"ip_dscp": "46"}, And, OFspec1.3says that OXM_OF_IP_DSCP is allowed only if it is preceded by another entry with E

[Ryu-devel] Error when add a flow entry

2016-02-02 Thread Le Tran Duc
Hello, I am trying to add a flow entry to a switch with following command: curl -X POST -d '{"dpid": "7", "match": {"ip_dscp": "46"}, "actions": [{"type": "OUTPUT "," port ":" 4 "}]} ' http://localhost:8080/stats/flowentry/add I just want to send the packets that have ip_dscp =46 to the out_port

Re: [Ryu-devel] [PATCH] Stability improvements to the core of Ryu, without requiring user application changes

2016-02-02 Thread Victor Orlikowski
On Feb 2, 2016, at 3:26 PM, FUJITA Tomonori wrote: > > I like to avoid big changes to the core feature right before a > release. So I will merge this soon for the 3.31 (or 4.0). Fair enough; thanks! As an FYI - there's a bunch of cleanups (that are not *strictly* necessary) to the sample applic

Re: [Ryu-devel] [PATCH] Stability improvements to the core of Ryu, without requiring user application changes

2016-02-02 Thread FUJITA Tomonori
Hi, I like to avoid big changes to the core feature right before a release. So I will merge this soon for the 3.31 (or 4.0). On Tue, 2 Feb 2016 13:43:47 + Victor Orlikowski wrote: > Is there hope for this patch being integrated for 3.30, or is it going to be > considered for the 3.31 cycle

[Ryu-devel] Ryu 3.30 released

2016-02-02 Thread FUJITA Tomonori
Hi, Here's a new release, some new features like OVS NXAction and lots of fixes and cleanups. Note that this is the last version that supports python 2.6. The next release supports only 2.7 and 3.4. Enjoy! = Chia-Lin Cho (2): Remove old link when link updates topology: Make sure the

Re: [Ryu-devel] [PATCH] Stability improvements to the core of Ryu, without requiring user application changes

2016-02-02 Thread Victor Orlikowski
Is there hope for this patch being integrated for 3.30, or is it going to be considered for the 3.31 cycle instead? I am glad to address any issues or concerns, if any are still present. Best, Victor -- Victor J. Orlikowski <> vjo@[cs.]duke.edu > On Jan 31, 2016, at 9:23 AM, Victor Orlikowski