Default PHC Config:
# PHC input config example. Useful for OCP-TAP / Meta Timecard, Azure and VMware #- protocol: phc # device: '/dev/ptp_hyperv' # Using Azure? We know where you live... # offset: 0 # In nanoseconds. Static compensation for things like PHCs with TAI (+/- as the case maybe) # monitor_only: false # utc_offset: 37 # If TAI or similar UTC offset add here (only meaningful is phc_as_tai enabled)
To configure the PHC source, modify the below lines:
- protocol: phc
device: '/dev/ptp0' # Using Azure? We know where you live...
It is important to note PHC devices can be exposed as different values so you should check what is exposed by your device. (Azure for example is: /dev/ptp_hyperv)