Re: [Ryu-devel] Return the path taken by a packet

2020-04-20 Thread durga
Hi, Based on what I understand from your question, you want to find physical paths between any 2 nodes.In that case just run Shortest Path First on all the nodes? that should return you the physical path taken by any packet Cheers! Durga On Sat, Apr 18, 2020 at 3:39 PM Priyatham Ganta wrote

Re: [Ryu-devel] controller freeze

2020-04-19 Thread durga
persists. Regards Cheers! Durga On Fri, Apr 17, 2020 at 10:21 PM durga wrote: > > so , I am assuming you don't see this freezing behaviour in newer > controller version? Interesting. I will try running my program with newer > version. But I am curious to know if this is a known i

Re: [Ryu-devel] controller freeze

2020-04-17 Thread durga
a newer version. I'm using Ryu 4.34 on Debian 10.3. > Works well. > > Em sex., 17 de abr. de 2020 às 07:48, durga > escreveu: > >> Hello, >> I am currently using v4.27. >> >> Regards >> >> On Fri, 17 Apr 2020 at 8:37 pm, Leandro Pereira

Re: [Ryu-devel] controller freeze

2020-04-17 Thread durga
Hello, I am currently using v4.27. Regards On Fri, 17 Apr 2020 at 8:37 pm, Leandro Pereira wrote: > Hi Durga > What version of Ryu are you using? > > Em qui., 16 de abr. de 2020 às 23:23, durga > escreveu: > >> Hi all, >> >> I am observing a strang

[Ryu-devel] controller freeze

2020-04-16 Thread durga
oller?Also I don't quite see exact behavior for TCP traffic? Any insights or suggestions Cheers! Durga ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel

[Ryu-devel] Ryu controller launch

2019-06-03 Thread Durga Bodla
Switches instantiating app ryu.app.sdnhub_apps.fileserver of WebRestApi (8059) wsgi starting up on http://0.0.0.0:8080 I am not able to connect controller using web interface, Do I need to change the ip (My mgmt ip is 10.153.188.203) Thanks, Durga