[Ryu-devel] Using OpenVSwitch as the test switch for the Ryu tester.py

2015-12-08 Thread Alan Deikman
I have been working on a new OpenFlow switch and am bringing up a test lab using the Ryu test suite, which uses a generic OpenFlow switch for the “tester” switch. The tests require the tester switch to emit and receive both tagged an untagged traffic. However my setup allows only untagged pack

[Ryu-devel] Real dpids from REST API?

2015-12-08 Thread Sergio Andrés Rivera Polanco
Hi, I want to fetch the real datapath ids of the switches instead of the "easy-to-read" ones displayed by the rest API. Something like: curl -X GET http://localhost:8080/stats/switches [00:00:00:00:00:00:00:01, 00:00:00:00:00:00:00:02, ... ] instead of retrieving just "1", "2", etc. I would lik

Re: [Ryu-devel] [PATCH 1/2] controller: Split received message buffer

2015-12-08 Thread FUJITA Tomonori
On 2015/12/04 14:56, IWASE Yusuke wrote: > When Ryu getting multiple OpenFlow messages in a single packet, > _recv_loop() can pass the messages data including the subsequent > OpenFlow message binary data to ofproto_parser.msg(). > If the received OpenFlow message containing a binary data field >

[Ryu-devel] [PATCH] avoid oslo.config 3.1.0 and later for python2.6 support

2015-12-08 Thread FUJITA Tomonori
oslo.config v3.1.0 dropped python2.6 support: https://github.com/openstack/oslo.config/commit/9470f19eacb99425055946bd4a6079b71406ff1b Signed-off-by: FUJITA Tomonori --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-require