From c9eaafd9f808aba8d29be73054e11d37577e539a Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 30 Dec 2023 23:25:20 +0100 Subject: T5474: establish common file name pattern for XML conf mode commands We will use _ as CLI level divider. The XML definition filename and also the Python helper should match the CLI node. Example: set interfaces ethernet -> interfaces_ethernet.xml.in set interfaces bond -> interfaces_bond.xml.in set service dhcp-server -> service_dhcp-server-xml.in (cherry picked from commit 4ef110fd2c501b718344c72d495ad7e16d2bd465) --- interface-definitions/service_ntp.xml.in | 67 ++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 interface-definitions/service_ntp.xml.in (limited to 'interface-definitions/service_ntp.xml.in') diff --git a/interface-definitions/service_ntp.xml.in b/interface-definitions/service_ntp.xml.in new file mode 100644 index 000000000..65a45d7a1 --- /dev/null +++ b/interface-definitions/service_ntp.xml.in @@ -0,0 +1,67 @@ + + + + + + + + Network Time Protocol (NTP) configuration + 900 + + + + + Network Time Protocol (NTP) server + + ipv4 + IP address of NTP server + + + ipv6 + IPv6 address of NTP server + + + hostname + Fully qualified domain name of NTP server + + + + + + + + + + Marks the server as unused + + + + + + Enable Network Time Security (NTS) for the server + + + + + + Associate with a number of remote servers + + + + + + Marks the server as preferred + + + + + + #include + #include + #include + #include + + + + + -- cgit v1.2.3