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