<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/chrony, branch current</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-1x.git/atom?h=current</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=current'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2024-09-21T06:51:28+00:00</updated>
<entry>
<title>T6630: ntp: move interface timestamping configuration under ptp node</title>
<updated>2024-09-21T06:51:28+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-20T20:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=917c658e37b619b1b2cd261ae43dd02f11eef720'/>
<id>urn:sha1:917c658e37b619b1b2cd261ae43dd02f11eef720</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6630: ntp: rename ptp-transport to ptp and use defaultValue for port</title>
<updated>2024-09-21T06:51:28+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-20T06:45:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=90ab441a55b2ec769e7a6fea1dd57bef89b8857c'/>
<id>urn:sha1:90ab441a55b2ec769e7a6fea1dd57bef89b8857c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6630: ntp: add chrony "ntp over ptp" transport</title>
<updated>2024-09-21T06:51:28+00:00</updated>
<author>
<name>Lucas Christian</name>
<email>lucas@lucasec.com</email>
</author>
<published>2024-08-09T06:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=a5a6e57b3f7ba7d76bffcfb8dcb086d79f51202a'/>
<id>urn:sha1:a5a6e57b3f7ba7d76bffcfb8dcb086d79f51202a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6630: ntp: add hardware timestamp offload</title>
<updated>2024-09-21T06:51:28+00:00</updated>
<author>
<name>Lucas Christian</name>
<email>lucas@lucasec.com</email>
</author>
<published>2024-08-09T06:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=bf5805c52b7133ec76edeebac33f3c30b56b169f'/>
<id>urn:sha1:bf5805c52b7133ec76edeebac33f3c30b56b169f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6630: ntp: add "interleave" option</title>
<updated>2024-09-21T06:51:28+00:00</updated>
<author>
<name>Lucas Christian</name>
<email>lucas@lucasec.com</email>
</author>
<published>2024-08-09T06:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e504e0cac55725e93f21322877bb7d0c4f97c992'/>
<id>urn:sha1:e504e0cac55725e93f21322877bb7d0c4f97c992</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ntp: T5692: add support to configure leap second behavior</title>
<updated>2024-01-21T07:50:26+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-01-21T07:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=7ae064bab0010dff8827a0ed5e1239d2778dc7c1'/>
<id>urn:sha1:7ae064bab0010dff8827a0ed5e1239d2778dc7c1</id>
<content type='text'>
* set service ntp leap-second [ignore|smear|system|timezone]

Where timezone is the new and old default resulting in adding "leapsectz right/UTC"
to chrony.conf. The most prominent new option is "smear" which will add

leapsecmode slew
maxslewrate 1000
smoothtime 400 0.001 leaponly

to chrony.

See https://chrony-project.org/doc/4.3/chrony.conf.html leapsecmode for
additional information
</content>
</entry>
<entry>
<title>T5474: establish common file name pattern for XML conf mode commands</title>
<updated>2023-12-31T22:49:48+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-12-30T22:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=4ef110fd2c501b718344c72d495ad7e16d2bd465'/>
<id>urn:sha1:4ef110fd2c501b718344c72d495ad7e16d2bd465</id>
<content type='text'>
We will use _ as CLI level divider. The XML definition filename and also
the Python helper should match the CLI node.

Example:
set interfaces ethernet -&gt; interfaces_ethernet.xml.in
set interfaces bond -&gt; interfaces_bond.xml.in
set service dhcp-server -&gt; service_dhcp-server-xml.in
</content>
</entry>
<entry>
<title>T5154: NTP: allow maximum of one ipv4 and one ipv6 address on parameter &lt;listen-address&gt;. Also allow only one single value &lt;interface&gt;.</title>
<updated>2023-07-25T09:35:52+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-07-06T17:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=5f2e9cb81d89a5cfecbac01bec054b3ba4e8dff5'/>
<id>urn:sha1:5f2e9cb81d89a5cfecbac01bec054b3ba4e8dff5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ntp: T3008: start daemon with extended privileges but then drop to _chrony</title>
<updated>2023-03-29T19:06:30+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-03-29T19:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=db0fc992c0f1e3f1ab6f099b07b933bfca07d520'/>
<id>urn:sha1:db0fc992c0f1e3f1ab6f099b07b933bfca07d520</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ntp: T5112: Enable support for NTS (Network Time Security) in chrony</title>
<updated>2023-03-25T08:05:15+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2023-03-25T07:42:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=85ed5feda444604622f08d73ea52e744733315d0'/>
<id>urn:sha1:85ed5feda444604622f08d73ea52e744733315d0</id>
<content type='text'>
This is basic configuration to enable NTS support in chrony.
</content>
</entry>
</feed>
