Skip to content

Commit

Permalink
Merge pull request #2046 from bmwiedemann/ntp
Browse files Browse the repository at this point in the history
ntp: Do not use rate-limiting
  • Loading branch information
JanZerebecki authored Nov 25, 2020
2 parents 150832c + 27bbc4e commit bf9ada8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chef/cookbooks/ntp/templates/default/ntp.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ restrict -6 default ignore
restrict <%= @admin_subnet %> mask <%= @admin_netmask %> notrap nomodify nopeer noquery

# Exchange time with external NTP servers, but don't allow configuration
# and use rate-limiting.
# Do not use rate-limiting, because that can block crowbar_join. (bsc#1179161)
<% @ntp_servers.each do |ntp_server| -%>
restrict <%= ntp_server %> kod limited notrap nomodify nopeer noquery
restrict <%= ntp_server %> kod notrap nomodify nopeer noquery
<% end -%>
<% else -%>
Expand Down

0 comments on commit bf9ada8

Please sign in to comment.