On Wed, Aug 24, 2022 at 03:57:12PM +0530, SyncMonk Technologies wrote:
> diff --git a/config.c b/config.c
> index b5cf397..ce8a3ae 100644
> --- a/config.c
> +++ b/config.c
> @@ -226,6 +226,7 @@ static struct config_enum bmca_enu[] = {
> };
>
> struct config_item config_tab[] = {
> + PORT_ITEM_INT("altMaster", 0, 1, 1),
#define PORT_ITEM_INT(label, _default, min, max)
so you have
_default = 0
min = 1
max = 1
Really?
_______________________________________________
Linuxptp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel