On Tue, Apr 12, 2022 at 01:38:18PM +0200, Martin Pecka wrote:
> diff --git a/ptp4l.8 b/ptp4l.8
> index 71a414c..021dcad 100644
> --- a/ptp4l.8
> +++ b/ptp4l.8
> @@ -648,6 +648,16 @@ management messages, which is restricted to GET actions 
> and does not forward
>  messages to other ports. Access to this socket can be given to untrusted
>  applications for monitoring purposes. The default is /var/run/ptp4lro.
>  .TP
> +.B uds_file_mode
> +File mode of the UNIX domain socket used for receiving local management
> +messages. The mode should be specified as an octal number, i.e. it
> +should start with a 0 literal. The default mode is 0660.

This doc should go in patch #1

> +.TP
> +.B uds_ro_file_mode
> +File mode of the second (read-only) UNIX domain socket used for receiving
> +local management messages. The mode should be specified as an octal number,
> +i.e. it should start with a 0 literal. The default mode is 0664.
> +.TP
>  .B dscp_event
>  Defines the Differentiated Services Codepoint (DSCP) to be used for PTP
>  event messages. Must be a value between 0 and 63. There are several media
> diff --git a/transport.c b/transport.c
> index 9366fbf..fe4a7c8 100644
> --- a/transport.c
> +++ b/transport.c

Thanks,
Richard


_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to