coverage: Time out the coverage hash suppression once a day.
[openvswitch] / vswitchd / bridge.c
index 3c1aecfae194c816e12f7412978142102636ca24..c175c58f2b73ce30f343918314bdc86b29ee8bd5 100644 (file)
@@ -3218,6 +3218,8 @@ iface_configure_cfm(struct iface *iface)
                                                  "0"));
     s.ccm_vlan = atoi(get_interface_other_config(iface->cfg, "cfm_ccm_vlan",
                                                  "0"));
+    s.ccm_pcp = atoi(get_interface_other_config(iface->cfg, "cfm_ccm_pcp",
+                                                "0"));
     if (s.interval <= 0) {
         s.interval = 1000;
     }