Re: [Linuxptp-users] Config section for /var/log/ptp4lro creates an additional port
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2022-03-31 14:14:49
|
On Thu, Mar 31, 2022 at 10:03:10AM +0200, Martin Pecka wrote: > > > On Wed, Mar 30, 2022 at 04:57:14PM +0200, Martin Pecka wrote: > > > That works, but it loses the beauty of having a "public" RO port and a > > > root-only RW port. > > You can make two global options, one for each flavor. > > I'm sorry, I don't understand your suggestion. Can you explain in a bit more > detail, please? Right now we have: uds_address /var/run/ptp4l uds_ro_address /var/run/ptp4lro You could add: uds_address_filemode 0660 uds_ro_address_filemode 0666 Hm? Thanks, Richard |