Merge "Enable ntp client functionality with chronyd" into stable/newton

This commit is contained in:
Jenkins 2017-02-27 18:00:28 +00:00 committed by Gerrit Code Review
commit 4387e666d9
1 changed files with 3 additions and 2 deletions

View File

@ -96,8 +96,9 @@ rtconutc
{% if security_ntp_bind_local_interfaces_only | bool %}
# Listen for NTP requests only on local interfaces.
bindaddress 127.0.0.1
port 0
bindcmdaddress 127.0.0.1
{% if not security_disable_ipv6 | bool %}
bindaddress ::1
bindcmdaddress ::1
{% endif %}
{% endif %}