linuxptp.cfg 614 B

12345678910111213141516171819
  1. # LinuxPTP configuration file for synchronizing the system clock to
  2. # a remote PTP master in slave-only mode.
  3. #
  4. # By default synchronize time in slave-only mode using UDP and hardware time
  5. # stamps on eth0. If the difference to master is >1.0 second correct by
  6. # stepping the clock instead of adjusting the frequency.
  7. #
  8. # If you change the configuration don't forget to update the phc2sys
  9. # parameters accordingly in linuxptp-system-clock.service (systemd)
  10. # or the linuxptp SysV init script.
  11. [global]
  12. slaveOnly 1
  13. delay_mechanism Auto
  14. network_transport UDPv4
  15. time_stamping hardware
  16. step_threshold 1.0
  17. [eth0]