On Thu, Oct 27, 2022 at 03:29:40AM -0700, Jacob Keller wrote:
> --- a/config.c
> +++ b/config.c
> @@ -254,7 +254,7 @@ struct config_item config_tab[] = {
> GLOB_ITEM_DBL("first_step_threshold", 0.00002, 0.0, DBL_MAX),
> PORT_ITEM_INT("follow_up_info", 0, 0, 1),
> GLOB_ITEM_INT("free_running", 0, 0, 1),
> - PORT_ITEM_INT("freq_est_interval", 1, 0, INT_MAX),
> + PORT_ITEM_INT("freq_est_interval", 1, INT_MIN, INT_MAX),
> GLOB_ITEM_INT("G.8275.defaultDS.localPriority", 128, 1, UINT8_MAX),
> PORT_ITEM_INT("G.8275.portDS.localPriority", 128, 1, UINT8_MAX),
> GLOB_ITEM_INT("gmCapable", 1, 0, 1),
Looks good to me.
Thanks,
--
Miroslav Lichvar
_______________________________________________
Linuxptp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel