diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-11-18 21:21:33 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-11-18 21:21:33 +0100 |
commit | dcb207265472c2fed5fe13c1ba7091e5eea334a7 (patch) | |
tree | 8840e362818c5b0d6306ff5886ea3a05a4f088e0 /src/conf_mode/ntp.py | |
parent | eee479a836b5699df8105a23107bbb056541c436 (diff) | |
parent | 7115030c32f8545e8a2e3f21723952110690d32f (diff) | |
download | vyos-1x-dcb207265472c2fed5fe13c1ba7091e5eea334a7.tar.gz vyos-1x-dcb207265472c2fed5fe13c1ba7091e5eea334a7.zip |
Merge branch 'current' of https://github.com/vyos/vyos-1x into current
Diffstat (limited to 'src/conf_mode/ntp.py')
-rwxr-xr-x | src/conf_mode/ntp.py | 2 |
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)): |