Re: [Ryu-devel] Bidirectional Forwarding Detection

2014-11-30 Thread FUJITA Tomonori
On Thu, 27 Nov 2014 22:02:15 -0500 Sai Sindhur Malleni wrote: > I am trying to write an app on the RYU controller which changes the flows > in switches to a new path on the event of a link failure along one path. I > believe I have to make use of the group tables and action buckets concept > to a

[Ryu-devel] Bidirectional Forwarding Detection

2014-11-27 Thread Sai Sindhur Malleni
Hi all, I am trying to write an app on the RYU controller which changes the flows in switches to a new path on the event of a link failure along one path. I believe I have to make use of the group tables and action buckets concept to achieve this. Also, I enabled BFD on the openvswitch, but am una