<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/conf_mode, branch 1.3.3</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=1.3.3</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.3.3'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2023-05-11T18:43:58+00:00</updated>
<entry>
<title>syslog: T2769: add VRF support</title>
<updated>2023-05-11T18:43:58+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-08T20:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=bdc9e293a9acb6265b7c0f75a965da801e797574'/>
<id>urn:sha1:bdc9e293a9acb6265b7c0f75a965da801e797574</id>
<content type='text'>
Allow syslog messages to be sent through a VRF (e.g. management).

(cherry picked from commit 46d2bcdb0b500b4d1b9d973ab5b9ca3c6cf44e51)
</content>
</entry>
<entry>
<title>container: T5082: future proof bridge network name</title>
<updated>2023-05-05T20:10:06+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-05T20:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=3c98ddfa180a464683b841c4af97ec4c185e3e29'/>
<id>urn:sha1:3c98ddfa180a464683b841c4af97ec4c185e3e29</id>
<content type='text'>
Users might add the podman network interface to a zone based firewall. This
could cuase breaking configs on upgrades to 1.4.

As container support is not yet released for 1.3 LTS version (will be 1.3.3),
we once rename the network interface to match the schema in VyOS 1.4.
</content>
</entry>
<entry>
<title>Merge pull request #1952 from sever-sever/T4727</title>
<updated>2023-04-13T06:54:18+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-13T06:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=65278fa76c07674b63e170c9ec1f85722aced16f'/>
<id>urn:sha1:65278fa76c07674b63e170c9ec1f85722aced16f</id>
<content type='text'>
T4727: Add RADIUS rate-limit attribute for vpn pptp</content>
</entry>
<entry>
<title>T5152: Get default hostname for telegraf from FQDN or hostname</title>
<updated>2023-04-12T08:39:24+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-04-12T08:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=692f103fe535cd8f3ed20206a3c17cddd151e046'/>
<id>urn:sha1:692f103fe535cd8f3ed20206a3c17cddd151e046</id>
<content type='text'>
Fix for Telegraf agent hostname isn't qualified
Try to get the hostname from FQDN and then from the hostname
Used for metrics
You may have more than one machine with different domain names
r1 domain-name foo.local, hostname myhost
r2 domain-name bar.local, hostname myhost

It helps to detect from which exactly host we get metrics for
InfluxDB2
</content>
</entry>
<entry>
<title>T4727: Add RADIUS rate-limit attribute for vpn pptp</title>
<updated>2023-04-11T19:24:38+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-04-11T19:24:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b897f00a008bab31264020948242cf76833ad3b8'/>
<id>urn:sha1:b897f00a008bab31264020948242cf76833ad3b8</id>
<content type='text'>
Add rate-limit attribute, multiplier, vendor specific attribute
for the [shaper] section
</content>
</entry>
<entry>
<title>container: T4959: add registry authentication option</title>
<updated>2023-04-01T14:13:34+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-01T13:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=df58e083979a40df8c1a1391b82b2e4d856225dd'/>
<id>urn:sha1:df58e083979a40df8c1a1391b82b2e4d856225dd</id>
<content type='text'>
Container registry CLI node changed from leafNode to tagNode with the same
defaults. In addition we can now configure an authentication option per
registry.

(cherry picked from commit fe82d86d3e87cb8d92ebc9d0652c08e3dd79a12c)
</content>
</entry>
<entry>
<title>container: T5047: bugfix TypeError: argument of type 'NoneType' is not iterable</title>
<updated>2023-04-01T12:44:51+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-01T12:42:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=39c8d271b388588905e2a0584fafe180b2c76d9a'/>
<id>urn:sha1:39c8d271b388588905e2a0584fafe180b2c76d9a</id>
<content type='text'>
Commit 52e51ffb ("container: T5047: restart only containers that changed")
started to iterate over a NoneType which is invalid. This happened when a
network description was changed but no container was due for restart.

(cherry picked from commit 86d7b8d1d2b53b9fa93bd456abb4ea1b4f2949b6)
</content>
</entry>
<entry>
<title>container: T5047: restart only containers that changed</title>
<updated>2023-03-29T19:07:55+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-03-28T19:53:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=6f81d7ab1fe3f7ae794dd2b1d55533890b0db6a9'/>
<id>urn:sha1:6f81d7ab1fe3f7ae794dd2b1d55533890b0db6a9</id>
<content type='text'>
By default VyOS used to restart all containers it managed. This makes no sense
as it will be service disrupting. Instead only restart the containers that had
changes on the CLI beeing made.

(cherry picked from commit 52e51ffbb84996aee9d5b94eebf64589ead31225)
</content>
</entry>
<entry>
<title>T5105: Fix error message from dhcp-server</title>
<updated>2023-03-23T07:11:00+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-03-22T10:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=c367a5f426665e5ade1a77fed6630317e1c58dea'/>
<id>urn:sha1:c367a5f426665e5ade1a77fed6630317e1c58dea</id>
<content type='text'>
(cherry picked from commit 05e00b986a563681b038b226c86c83a29d6da820)
</content>
</entry>
<entry>
<title>T3083: Add service event-handler</title>
<updated>2023-03-15T14:54:04+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-03-15T14:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=f992b2bd230dd2f095258cfa70f1e14796f86b3b'/>
<id>urn:sha1:f992b2bd230dd2f095258cfa70f1e14796f86b3b</id>
<content type='text'>
Event-handler allows executing a custom script when detects
some configured "pattern regex"

  set service event-handler event first filter pattern '.*ssh2.*'
  set service event-handler event first script arguments '192.0.2.5'
  set service event-handler event first script environment interface value 'eth0'
  set service event-handler event first script path '/config/scripts/hello.sh'

It is the backport from 1.4
</content>
</entry>
</feed>
