summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoranderbak <bjanderson7583@gmail.com>2026-05-04 19:20:30 -0400
committerChristian Breunig <christian@breunig.cc>2026-05-21 17:32:53 +0200
commitfb26030466d017b1c136da6eb631f2c85fb229aa (patch)
tree6be3582bd597a039b188189ce3b6a72e1a6a4cfc /src
parent036c1dc949815fddd71c03b09f579623b5b76bff (diff)
downloadvyos-1x-fb26030466d017b1c136da6eb631f2c85fb229aa.tar.gz
vyos-1x-fb26030466d017b1c136da6eb631f2c85fb229aa.zip
ntp: T8601: add local stratum option
Diffstat (limited to 'src')
-rwxr-xr-xsrc/conf_mode/service_ntp.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/conf_mode/service_ntp.py b/src/conf_mode/service_ntp.py
index 38e0df079..e734eeb76 100755
--- a/src/conf_mode/service_ntp.py
+++ b/src/conf_mode/service_ntp.py
@@ -66,9 +66,6 @@ def verify(ntp):
if not ntp:
return None
- if 'server' not in ntp:
- raise ConfigError('NTP server not configured')
-
verify_vrf(ntp)
if 'interface' in ntp: