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
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
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
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
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
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
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