diff options
| author | anderbak <bjanderson7583@gmail.com> | 2026-05-04 19:20:30 -0400 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-05-21 17:32:53 +0200 |
| commit | fb26030466d017b1c136da6eb631f2c85fb229aa (patch) | |
| tree | 6be3582bd597a039b188189ce3b6a72e1a6a4cfc /src | |
| parent | 036c1dc949815fddd71c03b09f579623b5b76bff (diff) | |
| download | vyos-1x-fb26030466d017b1c136da6eb631f2c85fb229aa.tar.gz vyos-1x-fb26030466d017b1c136da6eb631f2c85fb229aa.zip | |
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: |
