diff options
author | sever-sever <v.gletenko@vyos.io> | 2021-01-12 07:49:31 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-12 17:07:46 +0100 |
commit | bf68f26c2af3f9a6cd023d538a951a29f3c6d18e (patch) | |
tree | 3f3d0eabff671701ea3cc178133fe5ce422ec7eb /data/templates/ntp/ntp.conf.tmpl | |
parent | 42c13e8d3b829d32016fb80d5935412935fd968c (diff) | |
download | vyos-1x-bf68f26c2af3f9a6cd023d538a951a29f3c6d18e.tar.gz vyos-1x-bf68f26c2af3f9a6cd023d538a951a29f3c6d18e.zip |
Revert "ntp: T2944: By default do not listen port 123 on any address"
This reverts commit ca61add5e7dea828c67ea074368196025f4cb4eb.
(cherry picked from commit a051c928aeb2a14250d57c8495c07474c92a8b61)
Diffstat (limited to 'data/templates/ntp/ntp.conf.tmpl')
-rw-r--r-- | data/templates/ntp/ntp.conf.tmpl | 6 |
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 %} |