<feed xmlns='http://www.w3.org/2005/Atom'>
<title>veeos-1x.git/src, branch circinus</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos-contrib/veeos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=circinus</id>
<link rel='self' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=circinus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/'/>
<updated>2024-10-10T09:56:20+00:00</updated>
<entry>
<title>T6712: Add nonproduction banner</title>
<updated>2024-10-10T09:56:20+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-10-10T09:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=3abe7c72c95c3d9b825db08b092c555786e9fbcf'/>
<id>urn:sha1:3abe7c72c95c3d9b825db08b092c555786e9fbcf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6525: Add default dir for ext-scripts without absolute path (#4144)</title>
<updated>2024-10-09T07:14:30+00:00</updated>
<author>
<name>mergify[bot]</name>
<email>37929162+mergify[bot]@users.noreply.github.com</email>
</author>
<published>2024-10-09T07:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=bb2fa1da6aac5786976614136ec34dfb0854eee4'/>
<id>urn:sha1:bb2fa1da6aac5786976614136ec34dfb0854eee4</id>
<content type='text'>
(cherry picked from commit 2f52106dc160f217d6e27da45674c0231a93382a)

Co-authored-by: khramshinr &lt;khramshinr@gmail.com&gt;</content>
</entry>
<entry>
<title>op-mode: T6753: Fix json output for mtr / monitor traceroute (#4122) (#4143)</title>
<updated>2024-10-08T20:05:30+00:00</updated>
<author>
<name>mergify[bot]</name>
<email>37929162+mergify[bot]@users.noreply.github.com</email>
</author>
<published>2024-10-08T20:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=65991f7f4d79b0c9255776a4160946e52e7da320'/>
<id>urn:sha1:65991f7f4d79b0c9255776a4160946e52e7da320</id>
<content type='text'>
(cherry picked from commit 17c9b444ecc7883f1d8af01fefc8d00f6f1ef49b)

Co-authored-by: Nataliia S. &lt;81954790+natali-rs1985@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Merge pull request #4134 from vyos/mergify/bp/circinus/pr-4131</title>
<updated>2024-10-07T15:28:20+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-10-07T15:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=47b1ace0e7f5b718a628c0e39a99cca775ff44b7'/>
<id>urn:sha1:47b1ace0e7f5b718a628c0e39a99cca775ff44b7</id>
<content type='text'>
static: T4283: fix missing f'ormat string (backport #4131)</content>
</entry>
<entry>
<title>pki: T6481: auto import ACME certificate chain into CLI</title>
<updated>2024-10-07T15:10:09+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-10-06T18:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=195a1feec400e7159290479c23c0176774a9eccf'/>
<id>urn:sha1:195a1feec400e7159290479c23c0176774a9eccf</id>
<content type='text'>
When using an ACME based certificate with VyOS we provide the necessary PEM
files opaque in the background when using the internal tools. This however will
not properly work with the CA chain portion, as the system is based on the
"pki certificate &lt;name&gt; acme" CLI node of a certificate but CA chains reside
under "pki ca".

This adds support for importing the PEM data of a CA chain issued via ACME into
the "pki ca AUTOCHAIN_&lt;name&gt; certificate" subsystem so it can be queried by
other daemons. Importing the chain only happens, when the chain was not already
added manually by the user.

ACME certificate chains that are automatically added to the CLI are all prefixed
using AUTOCHAIN_certname so they can be consumed by any daemon. This also adds
a safeguard when the intermediate CA changes, the referenced name on the CLI
stays consitent for any pending daemon updates.

(cherry picked from commit 875764b07f937fc599e2e62c667e7b811ddc2ed3)
</content>
</entry>
<entry>
<title>static: T4283: fix missing f'ormat string</title>
<updated>2024-10-06T14:56:55+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-10-05T18:34:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=34850de90c0fbc0c51ab7b4f4aeb0a87a73369ef'/>
<id>urn:sha1:34850de90c0fbc0c51ab7b4f4aeb0a87a73369ef</id>
<content type='text'>
This fixes the error message:
  Can not use both blackhole and reject for prefix "{prefix}"!

Added in commit bb78f3a9ad28 ("static: T4283: support "reject" routes - emit an
ICMP unreachable when matched")

(cherry picked from commit 490ee3ec5ba7ea28002890841eab8e46f775a129)
</content>
</entry>
<entry>
<title>Merge pull request #4113 from vyos/mergify/bp/circinus/pr-4024</title>
<updated>2024-09-30T15:27:17+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-30T15:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=e663fc49edc3043d63b648b482b633c1ff233ac4'/>
<id>urn:sha1:e663fc49edc3043d63b648b482b633c1ff233ac4</id>
<content type='text'>
T6687: add fqdn support to nat rules. (backport #4024)</content>
</entry>
<entry>
<title>T6687: add fqdn support to nat rules.</title>
<updated>2024-09-30T15:26:24+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2024-08-30T17:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=8dcb042bb2352717395ba3c17bc5437534c83af5'/>
<id>urn:sha1:8dcb042bb2352717395ba3c17bc5437534c83af5</id>
<content type='text'>
(cherry picked from commit 4c3d037f036e84c77333a400b35bb1a628a1a118)
</content>
</entry>
<entry>
<title>Merge pull request #4115 from vyos/mergify/bp/circinus/pr-4061</title>
<updated>2024-09-30T15:22:32+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-09-30T15:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=b191ea3bc68e37289c42a4bd5c2ef323514bf5ae'/>
<id>urn:sha1:b191ea3bc68e37289c42a4bd5c2ef323514bf5ae</id>
<content type='text'>
syslog: T5367: add format option to include timezone in message (backport #4061)</content>
</entry>
<entry>
<title>syslog: T5367: add format option to include timezone in message</title>
<updated>2024-09-30T14:58:41+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-12T19:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=9a7d920ab7a9542fc3f3a4cddf50e6413a3c0198'/>
<id>urn:sha1:9a7d920ab7a9542fc3f3a4cddf50e6413a3c0198</id>
<content type='text'>
Add CLI option to include the systems timezone in the syslog message sent to
a collector. This can be enabled using:

  set system syslog host &lt;hostname&gt; format include-timezone

(cherry picked from commit 042be39ccabb43a766e04a447207610ff017bd7d)
</content>
</entry>
</feed>
