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 15:35:23 +0100
commit0ab7ae312f7253b8aa48a2c008b8cb9940ca8819 (patch)
treeb1224ddb454098867d4b773009a540a470b475be /src/conf_mode/ntp.py
parent6d9c38ec4585b6db93e00ed881b1e1549adc465b (diff)
downloadvyos-1x-0ab7ae312f7253b8aa48a2c008b8cb9940ca8819.tar.gz
vyos-1x-0ab7ae312f7253b8aa48a2c008b8cb9940ca8819.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 (cherry picked from commit 7a615ab169a7f6141fd9b6e84ac1ea415216d9bb)
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)):