[ovs-dev] [PATCH 2/2] bfd: Update bfd status on bfd creation and deletion.

2014-05-07 Thread Alex Wang
Commit 88bf179aa3 (bfd/cfm: Check status change before update status to database.) used a boolean flag to trigger bfd status update. However, the flag is not set on bfd creation and deletion. To prevent any stale status in database, this commit makes bfd module always set the flag on bfd creation

Re: [ovs-dev] [PATCH 2/2] bfd: Update bfd status on bfd creation and deletion.

2014-05-07 Thread Ethan Jackson
Acked-by: Ethan Jackson On Wed, May 7, 2014 at 12:01 AM, Alex Wang wrote: > Commit 88bf179aa3 (bfd/cfm: Check status change before update > status to database.) used a boolean flag to trigger bfd status > update. However, the flag is not set on bfd creation and deletion. > > To prevent any sta

Re: [ovs-dev] [PATCH 2/2] bfd: Update bfd status on bfd creation and deletion.

2014-05-07 Thread Alex Wang
Thx, applied and backported (to branch-2.2) both patches On Wed, May 7, 2014 at 10:52 AM, Ethan Jackson wrote: > Acked-by: Ethan Jackson > > > On Wed, May 7, 2014 at 12:01 AM, Alex Wang wrote: > > Commit 88bf179aa3 (bfd/cfm: Check status change before update > > status to database.) used a bo