Re: [Ryu-devel] [PATCH] app/ofctl: fix possible deadlock when the datapath disconnects

2018-09-25 Thread FUJITA Tomonori
On Thu, 13 Sep 2018 12:24:28 +0900 Atzm Watanabe wrote: > Signed-off-by: Atzm Watanabe > --- > ryu/app/ofctl/service.py | 20 +--- > 1 file changed, 17 insertions(+), 3 deletions(-) Applied, thanks guys. ___ Ryu-devel mailing list R

[Ryu-devel] How to redirect OpenFlow Channel to another link.

2018-09-25 Thread Wilson José Siqueira
Good morning, all. Is it possible to redirect a in-band communication switch-controller to another port (or link) in case of a traffic congestion or another kind of problems, like errors or delay into OpenFlow Channel? I saw in 6.3.1 Connection Setup, OpenFlow Switch Specification, Version 1.3.0

Re: [Ryu-devel] Ryu rest_topology shows no links between datapaths

2018-09-25 Thread IWAMOTO Toshihiro
On Mon, 24 Sep 2018 17:16:27 +0900, Lorenzo Mignone wrote: > > Hi, I am trying to use Ryu REST applications (ofctl_rest and rest_topology) > in my exam project. > I am not using mininet but an alternative called Kathara that was developed > at my university and it is based on docker. > > Whenever

[Ryu-devel] Dropshipping-Shopify Store

2018-09-25 Thread Lucy Adams
Hello, Planning to start your own Shopify store, you are at the right place!   We are a Team of designers who have been custom designing Dropshipping-Shopify Stores for the past 5years.We will provide service on all the aspects of the Stores with full guidance on each and every step. Custom

[Ryu-devel] local preference bgp announcements

2018-09-25 Thread Rinaldo Buratti
Dear all, i'm trying to set local preference for some bgp announcements. To do this i'm using the method speaker.attribute_map_set. When i run the controller it seems to work properly because i see this message: "*API method neighbor.attribute_map.set called with args: {'ip_address': '75.0.0.3',

Re: [Ryu-devel] Raising a event from custom app

2018-09-25 Thread IWAMOTO Toshihiro
On Thu, 20 Sep 2018 17:11:59 +0900, Rodriguez Felipe wrote: > > [1 ] > [1.1 ] > Hi! > > > I'm trying to raise one event for sharing it from one app to another, > unfortunately I'm not able to set > > the first app as a event provider (checked when running the app in --verbose > mode). I've