vswitchd: Deconfigure CFM when not configured.
authorBen Pfaff <blp@nicira.com>
Fri, 4 Feb 2011 19:01:43 +0000 (11:01 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 4 Feb 2011 19:01:43 +0000 (11:01 -0800)
commit4fadfb5644bfc91cf719a0783f17121042db0035
treebdb5c857f74b378a269c3837a1b3489648d1860b
parentf915f1a8ca180828983ef22cf2fd21b8f010b972
vswitchd: Deconfigure CFM when not configured.

It looks to me like, once a CFM object is configured on an interface, it
will never get deconfigured.   This fixes the problem.

Found by inspection.  I haven't tested the original code or the fix.
vswitchd/bridge.c