mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 19:05:06 -05:00
Add minstratum option
Stratum in received packets is raised to the configured minimum.
This commit is contained in:
committed by
Miroslav Lichvar
parent
fe4b661fe7
commit
c8fe69c956
3
conf.c
3
conf.c
@@ -394,6 +394,9 @@ parse_source(const char *line, NTP_Source_Type type)
|
||||
case CPS_BadKey:
|
||||
LOG(LOGS_WARN, LOGF_Configure, "Unreadable key value at line %d", line_number);
|
||||
break;
|
||||
case CPS_BadMinstratum:
|
||||
LOG(LOGS_WARN, LOGF_Configure, "Unreadable minstratum value at line %d", line_number);
|
||||
break;
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user