From 0d35a866ba12e66e504e1f575a04429c5d8cb9be Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Fri, 13 Jan 2023 22:07:34 +0100 Subject: ntp: T3008: migrate from ntpd to chrony * Move CLI from "system ntp" -> "service ntp" * Drop NTP server option preempt as not supported by chrony --- .../include/version/ntp-version.xml.i | 2 +- interface-definitions/ntp.xml.in | 25 ++++++++++++---------- 2 files changed, 15 insertions(+), 12 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/include/version/ntp-version.xml.i b/interface-definitions/include/version/ntp-version.xml.i index cc4ff9a1c..9eafbf7f0 100644 --- a/interface-definitions/include/version/ntp-version.xml.i +++ b/interface-definitions/include/version/ntp-version.xml.i @@ -1,3 +1,3 @@ - + diff --git a/interface-definitions/ntp.xml.in b/interface-definitions/ntp.xml.in index 85636a50f..65e40ee32 100644 --- a/interface-definitions/ntp.xml.in +++ b/interface-definitions/ntp.xml.in @@ -1,7 +1,7 @@ - + @@ -43,12 +43,6 @@ - - - Specifies the association as preemptable rather than the default persistent - - - Marks the server as preferred @@ -57,24 +51,33 @@ - + - Network Time Protocol (NTP) server options + Specify NTP clients allowed to access the server IP address + + ipv4 + Allowed IPv4 address + ipv4net - IP address and prefix length + Allowed IPv4 prefix + + + ipv6 + Allowed IPv6 address ipv6net - IPv6 address and prefix length + Allowed IPv6 prefix + -- cgit v1.2.3