[Ryu-devel] Failed with SSL connection

2015-08-22 Thread Masashi Honma
I could not establish connection over SSL with Ryu. I tried based on this tutorial. http://ryu.readthedocs.org/en/latest/tls.html [OpenFlow switch Side] OS: Ubuntu 15.04 32bit OpenvSwitch: 2.3.1 I typed these commands. $ sudo ovs-pki init $ sudo ovs-pki req+sign ctl controller $ sudo ovs-pki re

[Ryu-devel] Measure number of installed flow rules

2015-08-22 Thread Daniel Herrmann
I am using Ryu and OVS in my testbed setup. As metric I need to measure the number of implemented flow rules per datapath. Is there an easy way to fetch this information on a regular interval, or is it easier to keep track on this directly in Ryu? Thanks and regards Daniel -

[Ryu-devel] Implementing OpenFlow Group Table Buckets with different Instructions

2015-08-22 Thread Daniel Herrmann
Hi, I am using Ryu and OVS in order to set up some tests. I need to do the following: Table 0 matches on some factors such as IP addresses and so on and forwards the processing to a specific group ID. Based on the group result I need to add multiple MPLS headers. As I cannot push multiple header