Re: [Ryu-devel] [PATCH] add hard timeout while installing flowentry

2015-04-17 Thread FUJITA Tomonori
On Wed, 15 Apr 2015 11:40:21 +0800 Yi Tseng wrote: > Simple switch can't handle link failure, to handle that, we can add hard > timeout to every flow entry. Can you example a bit how the link failure can be handle with hard timeout set? Simple switch code is just an example. So I tend to keep i

[Ryu-devel] [PATCH] add hard timeout while installing flowentry

2015-04-14 Thread Yi Tseng
Hi Simple switch can't handle link failure, to handle that, we can add hard timeout to every flow entry. Signed-off-by: Takeshi --- ryu/app/simple_switch.py| 8 ryu/app/simple_switch_12.py | 6 +++--- ryu/app/simple_switch_13.py | 10 +- ryu/app/simple_switch_14.py | 7 +