[Ryu-devel] [PATCH 3/3] ofproto_v1_4_parser: Handle experimenter OXMs in TableFeatures

2014-10-02 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/ofproto/ofproto_v1_4_parser.py | 41 +++--- 1 file changed, 34 insertions(+), 7 deletions(-) diff --git a/ryu/ofproto/ofproto_v1_4_parser.py b/ryu/ofproto/ofproto_v1_4_parser.py index b6432b3..60ead3f 100644 --- a/ryu/ofpro

[Ryu-devel] [PATCH 2/3] ofproto_v1_3_parser: Handle experimenter OXMs in TableFeatures

2014-10-02 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/ofproto/ofproto_v1_3_parser.py | 41 +++--- 1 file changed, 34 insertions(+), 7 deletions(-) diff --git a/ryu/ofproto/ofproto_v1_3_parser.py b/ryu/ofproto/ofproto_v1_3_parser.py index b4a1b7c..8770409 100644 --- a/ryu/ofpro

[Ryu-devel] [PATCH 1/3] oxm_fields: Add a comment

2014-10-02 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/ofproto/oxm_fields.py | 4 1 file changed, 4 insertions(+) diff --git a/ryu/ofproto/oxm_fields.py b/ryu/ofproto/oxm_fields.py index 1ca5f65..2e58386 100644 --- a/ryu/ofproto/oxm_fields.py +++ b/ryu/ofproto/oxm_fields.py @@ -230,6 +230,10 @@ def parse(

[Ryu-devel] Ryu Switch Test Tool: auxiliary switch

2014-10-02 Thread Michele Santuari
Hi,I want to test an HP switch and I am using the Ryu Switch Test Tool. My configuration is the following and shown in the attached pdf:I am using an Open vSwitch as a tester switch and a server hosts both the Open vSwitch and the Ryu test. I use three physical ethernet interfaces of the server to

Re: [Ryu-devel] Getting cookie in packet_in

2014-10-02 Thread Thomas F Herbert
Thanks for your help. Yes, I thought msg.cookie would be there. In this case the cookie is set in the flow. Also, it seems that the cookie attribute should exist even if the cookie wasn't set in the flow. Here is a trace showing the exception: [therbert@TNSRyu ryu]$ ryu-manager --verbose ryu/app