Commit 4b6c7b61 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

snmp: free-running master is now PTP class 193

parent bfea35de
......@@ -368,7 +368,7 @@ static void get_wrsSlaveLinksStatus(unsigned int port_status_nrows)
/* wrsSlaveLinksStatus is ERROR if the configured mode is BC (defined by
* the clock class of defaultDS) and there is no active slave port*/
if (ppsi_defaultDS->clockQuality.clockClass > 127 && has_slave == 0) {
if (ppsi_defaultDS->clockQuality.clockClass > 193 && has_slave == 0) {
t->wrsSlaveLinksStatus = WRS_SLAVE_LINK_STATUS_ERROR;
snmp_log(LOG_ERR, "SNMP: " SL_ER " %s: "
"In Boundary Clock mode, there is no active port in "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment