Re: [Linuxptp-devel] [RFC PATCH v2 4/9] Update the PdelayReq/Res flows for CMLDS Link Ports
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2023-11-16 05:54:57
|
On Wed, Nov 15, 2023 at 08:58:58PM -0800, Richard Cochran wrote: > The text of 1588 strongly suggests that the CMLDS service be stand > alone daemon. However, we can provide the same functionality without > the extra complexity, by simply letting ptp4l serve the measured peer > delay to any local client. And, if you _really_ want to have a stand alone CMLDS server with its own clockIdentity etc, then that is easy: ptp4l \ --clientOnly=1 \ --clockIdentity=100000.2000.300000 \ --domainNumber=0 \ --free_running=1 \ --delay_mechanism=P2P \ -i eth0 Thanks, Richard |