[Ryu-devel] Ryu app

2016-09-06 Thread Francesco Murador
Hi i have a question...i need to start stplib when i check a thing how can i start it? Not at the begin of my program with _CONTEXTS...i have to check if some values in a switch are out of range if they aren't i need to start the spanning tree because all i want is to block a dpid but if i don't

[Ryu-devel] Using apache/mod_wsgi with the REST api

2016-09-06 Thread Shawn Boutilier
I have developed a program for managing open flows on an OVS switch using ryu-manager and the ofctl_rest app. On start flows are imported to the switch through the rest API from an internal database. If the amount of rules is high, this can actually DOS the ryu controller. I am trying to avoid this

Re: [Ryu-devel] Ryu app

2016-09-06 Thread Francesco Murador
Another question and please answer me i did a new module but i can't import it in another file because it says no module found...so what's the problem why the pre-installed module i can import in other projects and mine not? What do i have to modify to import successfully my module? I modified e

[Ryu-devel] Action Required: Verify your Apple ID

2016-09-06 Thread Apple Support
- This mail is in HTML. Some elements may be ommited in plain text. - Dear Apple ID User, Verify this email address belongs to you, click the link below and then sign in using your Apple ID and password and update your Billing details. Verify now > Why you received this email. Apple require

[Ryu-devel] [PATCH] add code of getting lldp delay in switches.py for enhance the precision of lldp delay measuring.

2016-09-06 Thread muzixing
--- ryu/topology/switches.py |9 + 1 file changed, 9 insertions(+) diff --git a/ryu/topology/switches.py b/ryu/topology/switches.py index 644a1fe..31584b6 100644 --- a/ryu/topology/switches.py +++ b/ryu/topology/switches.py @@ -249,6 +249,7 @@ class PortData(object): self.lld

Re: [Ryu-devel] [PATCH] lib/ofctl_v1_4: correct argument order for OFPFlowMod constructor

2016-09-06 Thread FUJITA Tomonori
On Wed, 31 Aug 2016 12:58:54 +0200 Michał Rzepka wrote: > Invalid OFPFlowMod flag and importance values were observed when using > app/ofctl_rest. This patch restores the proper order of arguments passed > to OFPFlowMod constructor in mod_flow_entry (ofctl_v1_4.py). > > Signed-off-by: Michal R

Re: [Ryu-devel] Ryu patch

2016-09-06 Thread FUJITA Tomonori
On Fri, 02 Sep 2016 03:49:54 + 林東岳 wrote: > From 45f42b5c6cb85430f0f3869533b620b5b3a92f10 Mon Sep 17 00:00:00 2001 > From: tungyueh > Date: Thu, 25 Aug 2016 15:53:17 +0800 > Subject: [PATCH] add modify role API in ofctl_rest > > add description about role API > > Signed-off-by: tungyueh >

Re: [Ryu-devel] [PATCH] doc: specify OFP v1.0 for sample application

2016-09-06 Thread FUJITA Tomonori
On Sun, 4 Sep 2016 03:11:16 + Monthadar Al-Jaberi wrote: > This is a minimal change to keep the supplied sample code > working with latest software. The sample code is not compatible > with OFP v1.3+, and if there is no requirement on supported version > Ryu will probably accept latest suppor

Re: [Ryu-devel] [PATCH 0/8] Extend to advertise VNI for EVPN routes

2016-09-06 Thread FUJITA Tomonori
On Mon, 5 Sep 2016 09:41:33 +0900 IWASE Yusuke wrote: > Currently, BGPSpeaker supports EVPN based on RFC7432 > (BGP MPLS-Based Ethernet VPN), but to support EVPN > VXLAN, it is required to support some more extensions > along with draft-ietf-bess-evpn-overlay-04(A Network > Virtualization Overla

Re: [Ryu-devel] [PATCH] BGPSpeaker: Shutdown BGPSpeaker gracefully

2016-09-06 Thread FUJITA Tomonori
On Tue, 6 Sep 2016 13:37:11 +0900 IWASE Yusuke wrote: > Currently, when BGPSpeaker instance calls 'core.stop', CORE_MANAGER > fails to stop its own activities and outputs traceback, because the > dictionaries which maps name to instance are changed during iteration. > This patch makes a list cop