<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src, branch 1.3.3-epa1</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-epa1</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.3.3-epa1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2023-03-15T14:54:04+00:00</updated>
<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>
<entry>
<title>Merge pull request #1859 from sever-sever/T5033-eq</title>
<updated>2023-03-10T09:21:33+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-03-10T09:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=a3b16a483140bff9d0085351adabcb2e793cfe2b'/>
<id>urn:sha1:a3b16a483140bff9d0085351adabcb2e793cfe2b</id>
<content type='text'>
T5033: Ability to generate muliple keys from a file or link</content>
</entry>
<entry>
<title>T5066: Fix GRE tunnel variable name for verify check keys</title>
<updated>2023-03-09T09:16:56+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-03-09T09:16:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=c2f3bb253d37de98eedc62a49eb8453be320d45e'/>
<id>urn:sha1:c2f3bb253d37de98eedc62a49eb8453be320d45e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>openvpn: T4872: fix parsing of tunnel IP in 'show openvpn server'</title>
<updated>2023-03-07T18:02:37+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2022-12-09T22:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=337cf855431645f16f785c8b754138c7f2320b11'/>
<id>urn:sha1:337cf855431645f16f785c8b754138c7f2320b11</id>
<content type='text'>
(cherry picked from commit 779f4001a4828f1af39a5b0b861d62635fcb3726)
</content>
</entry>
<entry>
<title>openvpn: T4381: Add tunnel ip column for status command</title>
<updated>2023-03-07T18:00:04+00:00</updated>
<author>
<name>srividya0208</name>
<email>a.srividya@vyos.io</email>
</author>
<published>2022-05-06T13:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=bdfd55a2847df1b130a74b50e83747d57b714532'/>
<id>urn:sha1:bdfd55a2847df1b130a74b50e83747d57b714532</id>
<content type='text'>
Added the tunnel ip column to see the assigned ip address in server mode

(cherry picked from commit 500c182c4fa4e0fa030b7c68139fbe948266c49b)
</content>
</entry>
<entry>
<title>T4967: Allow setting container hostname</title>
<updated>2023-03-01T07:28:34+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-02-28T14:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=4bcc364559beb0943a725ff6be737630ee78d527'/>
<id>urn:sha1:4bcc364559beb0943a725ff6be737630ee78d527</id>
<content type='text'>
Ability setting container hostname
This host name is used as /etc/hostname

  set container name &lt;tag&gt; host-name 'mybox'

(cherry picked from commit c68d73e6720a7df2b48df17ac7b9b4c906e0294c)
</content>
</entry>
<entry>
<title>container: T4014: Add `command`, `arg` and `entrypoint` configuration options for containers</title>
<updated>2023-03-01T07:28:28+00:00</updated>
<author>
<name>Zen3515</name>
<email>7106408+Zen3515@users.noreply.github.com</email>
</author>
<published>2023-01-31T07:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=a214896fca177704998314c22fe6a57314c22827'/>
<id>urn:sha1:a214896fca177704998314c22fe6a57314c22827</id>
<content type='text'>
(cherry picked from commit 53aebddb4ca54b0cc4a296d6cc4c4d960c5f1d73)
</content>
</entry>
<entry>
<title>T5033: Ability to generate muliple keys from a file or link</title>
<updated>2023-02-28T09:15:01+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-02-28T09:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=36fea4cb4956ac396f20c785f6ff710c00e2ad8f'/>
<id>urn:sha1:36fea4cb4956ac396f20c785f6ff710c00e2ad8f</id>
<content type='text'>
We generate only one public key (string) from a file xxx.pub
op-mode with 'generate public-key-command user vyos lik_to_key_file'
Add ability to generate configuration (from op-mode) for multiple keys

As github keys don't use identifiers, generate uuid4 id for them
</content>
</entry>
<entry>
<title>Merge pull request #1794 from aapostoliuk/T4955-equuleus</title>
<updated>2023-02-24T15:15:45+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-02-24T15:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=0420cea6f0c655aced9668ae01c50d517e1e8f29'/>
<id>urn:sha1:0420cea6f0c655aced9668ae01c50d517e1e8f29</id>
<content type='text'>
openconnect: T4955: Removed wrong authserver in radiusclient.conf</content>
</entry>
<entry>
<title>T4978: Default values of port rewrite default container values</title>
<updated>2023-02-21T12:59:14+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-02-21T12:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=299d3688fc4875ae090605e7853bb56bfa7249fd'/>
<id>urn:sha1:299d3688fc4875ae090605e7853bb56bfa7249fd</id>
<content type='text'>
As we have the same variable name 'default_values' for container
name, port and volume, it rewrites default container parameters
with default port parameters
Fix it

(cherry picked from commit 679efe8ac7998ba1b8f3c7c4bfc7508d8869907d)
</content>
</entry>
</feed>
