[Ryu-devel] Problem with simple_monitor_13

2020-04-21 Thread Raffaele Viterbo
Hi everyone. I am having some issues while using the simple_monitor_13 file. I state that I did not modified the script and I left it as in the Ryu book, I just created another Python file (in order to install flows) and I then copy-pasted the code of the simple_monitor_13 file. In particular, I ca

[Ryu-devel] [PATCH 1/1] updated jsonrpc.Session call to have correct arguments for latest version of ovs

2020-04-21 Thread Scott
Signed-off-by: Scott --- ryu/services/protocols/ovsdb/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/services/protocols/ovsdb/client.py b/ryu/services/protocols/ovsdb/client.py index 6ea36842..3f8b4304 100644 --- a/ryu/services/protocols/ovsdb/client.py +++ b/r

[Ryu-devel] [PATCH 0/1] ovs call fix

2020-04-21 Thread Scott
Scott (1): updated jsonrpc.Session call to have 3rd argument, required by new version of ovs. ryu/services/protocols/ovsdb/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.17.1 ___ Ryu-devel mailing list Ryu-devel@lists.sourc