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
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