Re: [Ryu-devel] Adding flows using ryu app

2015-02-16 Thread Minoru TAKAHASHI
Hi, > Can anyone please tell me how ryu normally push flows to the switches This Ryu app may be helpful. https://github.com/osrg/ryu/blob/master/ryu/app/simple_switch_13.py#L50-L63 Details are described in Ryu-BOOK. http://osrg.github.io/ryu-book/en/html/switching_hub.html#id2 > or which ryu m

[Ryu-devel] Adding flows using ryu app

2015-02-16 Thread MD.Badruzzaman Shakib
Hello everyone, I am developing an ryu application to calculate the best path during link failure and push those best path to the switches. By using the dumper file I managed to dump the events and using networkX I calculated the best path in my application. But I could not figure out how to pus