summaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-12 17:07:21 +0100
committerGitHub <noreply@github.com>2021-01-12 17:07:21 +0100
commit7b45f5afb718233f99635b86421130c7d3a920ae (patch)
tree26c9ea07a28122906f70dc140ed78a9e2f326738 /data/templates
parent92add34ea4a7e108bc92457393d39bc5af5f671f (diff)
parenta051c928aeb2a14250d57c8495c07474c92a8b61 (diff)
downloadvyos-1x-7b45f5afb718233f99635b86421130c7d3a920ae.tar.gz
vyos-1x-7b45f5afb718233f99635b86421130c7d3a920ae.zip
Merge pull request #674 from sever-sever/T2944
ntp: T2944: Fix ntp bug. Revert to previous behavior
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/ntp/ntp.conf.tmpl6
1 files changed, 0 insertions, 6 deletions
diff --git a/data/templates/ntp/ntp.conf.tmpl b/data/templates/ntp/ntp.conf.tmpl
index 3f319c89b..2b56b53c3 100644
--- a/data/templates/ntp/ntp.conf.tmpl
+++ b/data/templates/ntp/ntp.conf.tmpl
@@ -36,10 +36,4 @@ interface ignore wildcard
{% for address in listen_address %}
interface listen {{ address }}
{% endfor %}
-interface listen 127.0.0.1
-interface listen ::1
-{% else %}
-interface ignore wildcard
-interface listen 127.0.0.1
-interface listen ::1
{% endif %}