summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorsever-sever <v.gletenko@vyos.io>2021-01-12 07:49:31 +0000
committersever-sever <v.gletenko@vyos.io>2021-01-12 08:22:19 +0000
commita051c928aeb2a14250d57c8495c07474c92a8b61 (patch)
tree67dd9ccc455d4529ed2f20d40e8db87f1da6292e /data
parentf493df24ba29472735b1a4a081d0fce409b70d9f (diff)
downloadvyos-1x-a051c928aeb2a14250d57c8495c07474c92a8b61.tar.gz
vyos-1x-a051c928aeb2a14250d57c8495c07474c92a8b61.zip
Revert "ntp: T2944: By default do not listen port 123 on any address"
This reverts commit ca61add5e7dea828c67ea074368196025f4cb4eb.
Diffstat (limited to 'data')
-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 %}