diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-05-21 17:43:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-21 17:43:49 +0200 |
| commit | 6fa4967f49e988e4979c611ee9199bb14bef8536 (patch) | |
| tree | c66f4301450037fae9efdb29db61a9a6097c6ff4 /src | |
| parent | 036c1dc949815fddd71c03b09f579623b5b76bff (diff) | |
| parent | 7c4d75017464d01b6fe293eea031ad8a0418c8ee (diff) | |
| download | vyos-1x-6fa4967f49e988e4979c611ee9199bb14bef8536.tar.gz vyos-1x-6fa4967f49e988e4979c611ee9199bb14bef8536.zip | |
Merge pull request #5166 from anderbak/t8601-ntp-local-stratum
ntp: T8601: add local stratum option
Diffstat (limited to 'src')
| -rwxr-xr-x | src/conf_mode/service_ntp.py | 3 |
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: |
