[Ryu-devel] Uncaught exception in hello_failed (Python3)

2018-02-21 Thread William Fisher
Hi, There is an uncaught exception (Python3 only) when Ryu responds to a HELLO message because the OF version is incompatible. The Ryu app specifies that it is interested in OF 1.3 only, and the exception occurs when an OF 1.0 switch connects. Ref:

Re: [Ryu-devel] Starting up InBand Ryu controller

2018-02-21 Thread Iwase Yusuke
Hi Soliman, The page you mentioned was written on OCTOBER 5, 2013 and the description might be old (e.g., the default OpenFlow version on Mininet has been changed). Please refer to the Ryu-Book for running "Switching Hub" application.

Re: [Ryu-devel] [ovs-discuss] Meter Table Support in Openvswitch

2018-02-21 Thread knet solutions
Great Thanks. As per my understanding(based on release notes and commit messages) OVS supports Meter table in the user space switch implementation. Let me test Thanks Suresh On Wed, Feb 21, 2018 at 7:11 AM, Iwase Yusuke wrote: > Hi Suresh and Thanks Yi! > > FYI, Ryu

Re: [Ryu-devel] [ovs-discuss] Meter Table Support in Openvswitch

2018-02-21 Thread Iwase Yusuke
Hi Suresh and Thanks Yi! FYI, Ryu provides "OpenFlow Switch Test Tool" for testing whether your switch support the features of OpenFlow including the Meter. This tool is one of the built-in application of Ryu and easy to start using. http://osrg.github.io/ryu-book/en/html/switch_test_tool.html

[Ryu-devel] Starting up InBand Ryu controller

2018-02-21 Thread Soliman Awad Alshra´a Abdullah TU Ilmenau
Hello all, I am trying to use In-band controller as described here https://techandtrains.com/2013/10/05/in-band-controller-with-mininet-part-2/ when I open " xterm h1 " and ask controller to start up, nothing happens !! root@mininet-vm:~# cd ryu root@mininet-vm:~/ryu# PYTHONPATH=.