summaryrefslogtreecommitdiff
path: root/src/conf_mode/ntp.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-11-17 13:16:04 +0100
committerChristian Poessinger <christian@poessinger.com>2018-11-17 13:16:04 +0100
commit7a615ab169a7f6141fd9b6e84ac1ea415216d9bb (patch)
treeb339bc7ef15241d793e1d9f5210a8f5d3a7861a8 /src/conf_mode/ntp.py
parent604600bf40873a7d64329d88dafd90196ed10745 (diff)
downloadvyos-1x-7a615ab169a7f6141fd9b6e84ac1ea415216d9bb.tar.gz
vyos-1x-7a615ab169a7f6141fd9b6e84ac1ea415216d9bb.zip
T1018: remove obsoleted 'dynamic' option from NTP
Increase NTP config version from 0 to 1. For more information see [1]. ntpd: Warning: the "dynamic" keyword has been obsoleted and will be removed in the next release [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553976
Diffstat (limited to 'src/conf_mode/ntp.py')
-rwxr-xr-xsrc/conf_mode/ntp.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/conf_mode/ntp.py b/src/conf_mode/ntp.py
index 0abb2746a..68a046939 100755
--- a/src/conf_mode/ntp.py
+++ b/src/conf_mode/ntp.py
@@ -108,8 +108,6 @@ def get_config():
"name": node,
"options": []
}
- if conf.exists('server {0} dynamic'.format(node)):
- options.append('dynamic')
if conf.exists('server {0} noselect'.format(node)):
options.append('noselect')
if conf.exists('server {0} preempt'.format(node)):