From a5a6e57b3f7ba7d76bffcfb8dcb086d79f51202a Mon Sep 17 00:00:00 2001 From: Lucas Christian Date: Thu, 8 Aug 2024 23:39:00 -0700 Subject: T6630: ntp: add chrony "ntp over ptp" transport --- interface-definitions/service_ntp.xml.in | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/service_ntp.xml.in b/interface-definitions/service_ntp.xml.in index 005499abd..c4f3116ff 100644 --- a/interface-definitions/service_ntp.xml.in +++ b/interface-definitions/service_ntp.xml.in @@ -48,7 +48,7 @@ Selects which inbound packets are timestamped by the NIC - all ntp none + all ntp ptp none all @@ -58,12 +58,16 @@ ntp Only NTP packets are timestamped + + ptp + Only PTP packets, or NTP packets using the PTP transport, are timestamped + none No received packets are timestamped - (all|ntp|none) + (all|ntp|ptp|none) @@ -73,6 +77,12 @@ + + + Enables the PTP transport for NTP packets + + + Leap second behavior @@ -146,6 +156,12 @@ + + + Use the PTP transport for the server + + + Use the interleaved mode for the server -- cgit v1.2.3