--- vswitchd/bridge.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 00157e1..bcb1fc6 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -1269,6 +1269,8 @@ iface_refresh_cfm_stats(struct iface *iface) if (fault >= 0) { bool fault_bool = fault; ovsrec_interface_set_cfm_fault(cfg, &fault_bool, 1); + } else { + ovsrec_interface_set_cfm_fault(cfg, NULL, 0); } } -- 1.7.6.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev