Re: [ovs-dev] [PATCH 1/2] cfm: Define old_cfm_fault as 'enum cfm_fault_reason'.

2014-03-20 Thread Alex Wang
Applied and backported, thx On Thu, Mar 20, 2014 at 10:09 AM, Ben Pfaff wrote: > On Wed, Mar 19, 2014 at 05:44:35PM -0700, Alex Wang wrote: > > CFM fault variable type has been changed to 'enum cfm_fault_reason' for > > long time. However, inside cfm_run(), the old_cfm_fault is still defined >

Re: [ovs-dev] [PATCH 1/2] cfm: Define old_cfm_fault as 'enum cfm_fault_reason'.

2014-03-20 Thread Ben Pfaff
On Wed, Mar 19, 2014 at 05:44:35PM -0700, Alex Wang wrote: > CFM fault variable type has been changed to 'enum cfm_fault_reason' for > long time. However, inside cfm_run(), the old_cfm_fault is still defined > as boolean. This commit fixes the issue. > > Found by inspection. > > Signed-off-by:

[ovs-dev] [PATCH 1/2] cfm: Define old_cfm_fault as 'enum cfm_fault_reason'.

2014-03-19 Thread Alex Wang
CFM fault variable type has been changed to 'enum cfm_fault_reason' for long time. However, inside cfm_run(), the old_cfm_fault is still defined as boolean. This commit fixes the issue. Found by inspection. Signed-off-by: Alex Wang --- lib/cfm.c |4 ++-- 1 file changed, 2 insertions(+), 2