-
Notifications
You must be signed in to change notification settings - Fork 10
Description
This may be more of a question rather than an issue per se, but I am wondering if there is a way to configure sfptpd in master mode to only use two-step synchronization. I've looked through the docs and done a cursory search through the codebase, but it doesn't seem like there is.
For context, I'm trying to serve PTP to a networking switch which I have configured as a boundary clock. The host that is running sfptpd is configured with a LACP bond to the switch. Unfortunately, it seems like my switch only supports two-step mode. By default, it seems like sfptpd will start in one-step mode, however, I've noticed that on certain occasions sfptpd will operate in two-step mode. Perhaps this is under the condition that the switch is sending Announce packets which indicate it is using two-step mode? (a condition that would occur if sfptpd starts up after the switch, because the switch initially assumes the master role). Otherwise, I'm not sure what's going on so any clarification would be appreciated.
Either way, if I could configure sfptpd to always use two-step, I think I could resolve my issue.