summaryrefslogtreecommitdiff
path: root/interface-definitions/service_ntp.xml.in
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-12-02 19:48:56 +0100
committerGitHub <noreply@github.com>2024-12-02 19:48:56 +0100
commita4dfb3d45ed94a67eacf5c62a4901d918c72021d (patch)
tree193a5a4fc59f8e54e17833e6f315e474f11170e3 /interface-definitions/service_ntp.xml.in
parentc887126ecd8208645766af701597934f5c011600 (diff)
parent67f51b67416c84c23086f997954be1d51502637d (diff)
downloadvyos-1x-a4dfb3d45ed94a67eacf5c62a4901d918c72021d.tar.gz
vyos-1x-a4dfb3d45ed94a67eacf5c62a4901d918c72021d.zip
Merge pull request #4208 from lucasec/t6630
T6630: ntp: fix timestamp nested under ptp
Diffstat (limited to 'interface-definitions/service_ntp.xml.in')
-rw-r--r--interface-definitions/service_ntp.xml.in96
1 files changed, 48 insertions, 48 deletions
diff --git a/interface-definitions/service_ntp.xml.in b/interface-definitions/service_ntp.xml.in
index 5dc0cd295..c31b572bd 100644
--- a/interface-definitions/service_ntp.xml.in
+++ b/interface-definitions/service_ntp.xml.in
@@ -13,72 +13,72 @@
#include <include/generic-interface.xml.i>
#include <include/listen-address.xml.i>
#include <include/interface/vrf.xml.i>
- <node name="ptp">
+ <node name="timestamp">
<properties>
- <help>Enable Precision Time Protocol (PTP) transport</help>
+ <help>Enable timestamping of packets in the NIC hardware</help>
</properties>
<children>
- #include <include/port-number.xml.i>
- <leafNode name="port">
- <defaultValue>319</defaultValue>
- </leafNode>
- <node name="timestamp">
+ <tagNode name="interface">
<properties>
- <help>Enable timestamping of packets in the NIC hardware</help>
+ <help>Interface to enable timestamping on</help>
+ <completionHelp>
+ <script>${vyos_completion_dir}/list_interfaces</script>
+ <list>all</list>
+ </completionHelp>
+ <valueHelp>
+ <format>all</format>
+ <description>Select all interfaces</description>
+ </valueHelp>
+ <valueHelp>
+ <format>txt</format>
+ <description>Interface name</description>
+ </valueHelp>
+ <constraint>
+ #include <include/constraint/interface-name.xml.i>
+ <regex>all</regex>
+ </constraint>
</properties>
<children>
- <tagNode name="interface">
+ <leafNode name="receive-filter">
<properties>
- <help>Interface to enable timestamping on</help>
+ <help>Selects which inbound packets are timestamped by the NIC</help>
<completionHelp>
- <script>${vyos_completion_dir}/list_interfaces</script>
- <list>all</list>
+ <list>all ntp ptp none</list>
</completionHelp>
<valueHelp>
<format>all</format>
- <description>Select all interfaces</description>
+ <description>All packets are timestamped</description>
</valueHelp>
<valueHelp>
- <format>txt</format>
- <description>Interface name</description>
+ <format>ntp</format>
+ <description>Only NTP packets are timestamped</description>
+ </valueHelp>
+ <valueHelp>
+ <format>ptp</format>
+ <description>Only PTP or NTP packets using the PTP transport are timestamped</description>
+ </valueHelp>
+ <valueHelp>
+ <format>none</format>
+ <description>No packet is timestamped</description>
</valueHelp>
<constraint>
- #include <include/constraint/interface-name.xml.i>
- <regex>all</regex>
+ <regex>(all|ntp|ptp|none)</regex>
</constraint>
</properties>
- <children>
- <leafNode name="receive-filter">
- <properties>
- <help>Selects which inbound packets are timestamped by the NIC</help>
- <completionHelp>
- <list>all ntp ptp none</list>
- </completionHelp>
- <valueHelp>
- <format>all</format>
- <description>All packets are timestamped</description>
- </valueHelp>
- <valueHelp>
- <format>ntp</format>
- <description>Only NTP packets are timestamped</description>
- </valueHelp>
- <valueHelp>
- <format>ptp</format>
- <description>Only PTP or NTP packets using the PTP transport are timestamped</description>
- </valueHelp>
- <valueHelp>
- <format>none</format>
- <description>No packet is timestamped</description>
- </valueHelp>
- <constraint>
- <regex>(all|ntp|ptp|none)</regex>
- </constraint>
- </properties>
- </leafNode>
- </children>
- </tagNode>
+ </leafNode>
</children>
- </node>
+ </tagNode>
+ </children>
+ </node>
+ <node name="ptp">
+ <properties>
+ <help>Enable Precision Time Protocol (PTP) transport</help>
+ </properties>
+ <children>
+ #include <include/port-number.xml.i>
+ <leafNode name="port">
+ <defaultValue>319</defaultValue>
+ </leafNode>
</children>
</node>
<leafNode name="leap-second">