<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/ntp, branch equuleus</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=equuleus</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=equuleus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2022-07-04T18:36:35+00:00</updated>
<entry>
<title>ntp: T4456: support listening on specified interface</title>
<updated>2022-07-04T18:36:35+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-07-04T18:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2aab1a726a2083e943df1f6c4200e1ba30b50f33'/>
<id>urn:sha1:2aab1a726a2083e943df1f6c4200e1ba30b50f33</id>
<content type='text'>
When clients only use DHCP for interface addressing we can not bind NTPd to
an address - as it will fail if the address changes. This commit adds support
to bind ntpd to a given interface in addition to a given address.

set system ntp interface &lt;name&gt;

(cherry picked from commit 6732df1edd632b56d3d02970939f51d05d4262e9)
</content>
</entry>
<entry>
<title>ntp: T4184: Fix allow-clients address</title>
<updated>2022-01-15T16:06:15+00:00</updated>
<author>
<name>Viacheslav</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-01-15T15:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=585042dba9d70d98da05158e7f2d94309a80e789'/>
<id>urn:sha1:585042dba9d70d98da05158e7f2d94309a80e789</id>
<content type='text'>
NTP-server with option "allow-clients address x.x.x.x" should
accept requests only from clients addresses which declared in
configuration if this option exists
Add "restrict default ignore" to fix it, in another case it
responce to any address

(cherry picked from commit 40f0e78dd94691d54ffd4d2e270ed071e2d2513a)
</content>
</entry>
<entry>
<title>ntp: T3904: Fix NTP pool associations</title>
<updated>2021-10-13T11:28:11+00:00</updated>
<author>
<name>Georgiy Tugai</name>
<email>georgiy@crossings.link</email>
</author>
<published>2021-10-13T11:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=854c68d43d8f1cf20417edd12284ea20f9e7ec9a'/>
<id>urn:sha1:854c68d43d8f1cf20417edd12284ea20f9e7ec9a</id>
<content type='text'>
As of NTP 4.2.7, 'nopeer' also blocks pool associations.

See https://bugs.ntp.org/show_bug.cgi?id=2657

See also https://github.com/geerlingguy/ansible-role-ntp/pull/84
</content>
</entry>
<entry>
<title>ntp: T2185: store configuration in volatile /run area</title>
<updated>2021-01-17T09:17:42+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-01-17T08:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e3b839a448332119bc40cbc459eaa5d0b9a54a11'/>
<id>urn:sha1:e3b839a448332119bc40cbc459eaa5d0b9a54a11</id>
<content type='text'>
(cherry picked from commit 3c33359d0c9700a1c80f1a222fe5f43642cd4fde)
</content>
</entry>
<entry>
<title>ssh: T3212: do not make /run/sshd directory disappear on failure</title>
<updated>2021-01-13T20:43:16+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-01-13T20:40:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4f4362736de7a8d75ad31c158e7964e65cc4b1bd'/>
<id>urn:sha1:4f4362736de7a8d75ad31c158e7964e65cc4b1bd</id>
<content type='text'>
(cherry picked from commit 57fca79636b783dc4be2df1bc1ff12a0ce79d988)
</content>
</entry>
<entry>
<title>Revert "ntp: T2944: By default do not listen port 123 on any address"</title>
<updated>2021-01-12T16:07:46+00:00</updated>
<author>
<name>sever-sever</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2021-01-12T07:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bf68f26c2af3f9a6cd023d538a951a29f3c6d18e'/>
<id>urn:sha1:bf68f26c2af3f9a6cd023d538a951a29f3c6d18e</id>
<content type='text'>
This reverts commit ca61add5e7dea828c67ea074368196025f4cb4eb.

(cherry picked from commit a051c928aeb2a14250d57c8495c07474c92a8b61)
</content>
</entry>
<entry>
<title>ntp: T2297: support configuration of NTP pool</title>
<updated>2020-11-29T12:32:03+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-29T12:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3169f1270fe8217fe57c9301e48b550539f14b77'/>
<id>urn:sha1:3169f1270fe8217fe57c9301e48b550539f14b77</id>
<content type='text'>
set system ntp server &lt;server&gt; pool
</content>
</entry>
<entry>
<title>ntp: T2944: By default do not listen port 123 on any address</title>
<updated>2020-10-01T11:21:44+00:00</updated>
<author>
<name>sever-sever</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2020-10-01T10:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ca61add5e7dea828c67ea074368196025f4cb4eb'/>
<id>urn:sha1:ca61add5e7dea828c67ea074368196025f4cb4eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T2636: remove workarounds for get_config_dict()</title>
<updated>2020-08-31T17:59:25+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-08-31T17:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9c63731d6683f59ea784c08852ed38e3ac22794b'/>
<id>urn:sha1:9c63731d6683f59ea784c08852ed38e3ac22794b</id>
<content type='text'>
Now that b40c52682a256 ("config: T2636: get_config_dict() returns a list on
multi node by default") is implemented the workarounds can be removed.
</content>
</entry>
<entry>
<title>ntp: T2718: Change template for correct server names</title>
<updated>2020-07-21T09:34:06+00:00</updated>
<author>
<name>sever-sever</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2020-07-21T09:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bd8caee1bc8b7121b8be18cde5d678c6b8966e03'/>
<id>urn:sha1:bd8caee1bc8b7121b8be18cde5d678c6b8966e03</id>
<content type='text'>
</content>
</entry>
</feed>
