<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/ntp, branch vyos/1.4dev0</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=vyos%2F1.4dev0</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=vyos%2F1.4dev0'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2020-11-29T12:32:03+00:00</updated>
<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>
<entry>
<title>ntp: vrf: T2682: support restart on failure indefinitely</title>
<updated>2020-07-04T20:18:35+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-07-04T20:03:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=93a2cc132f47c19151743270160252c701a4fa81'/>
<id>urn:sha1:93a2cc132f47c19151743270160252c701a4fa81</id>
<content type='text'>
Linux tries to bind sshd to the VRF but it is yet not ready - for any arbitrary
reason. After restarting SSH to often (rate-limiting) it is blocked by systemd.

Using Restart/RestartSec is not enough - systemd services use start rate
limiting (enabled by default). If service is started more than StartLimitBurst
times in StartLimitIntervalSec seconds is it not permitted to start any more.
Parameters are inherited from DefaultStartLimitIntervalSec (default 10s) and
DefaultStartLimitBurst (default 5).
</content>
</entry>
<entry>
<title>ntp: T2676: mive to get_config_dict()</title>
<updated>2020-07-03T11:31:03+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-07-03T11:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5ceec317f24ed39db4cf8921e8078ab119059df9'/>
<id>urn:sha1:5ceec317f24ed39db4cf8921e8078ab119059df9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ntp: T2321: add VRF support</title>
<updated>2020-06-13T21:18:45+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-06-13T21:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5b1f06336b9cc9f27788fbcd426f2fd08431e4f8'/>
<id>urn:sha1:5b1f06336b9cc9f27788fbcd426f2fd08431e4f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ntp: T2230: move inlined templates to dedicated files</title>
<updated>2020-04-05T14:53:38+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-05T14:53:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=579275e495a7835244f00b74b5aae3d9121a5b24'/>
<id>urn:sha1:579275e495a7835244f00b74b5aae3d9121a5b24</id>
<content type='text'>
</content>
</entry>
</feed>
