<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src, branch 1.3.6</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.6</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.3.6'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2024-02-07T08:57:24+00:00</updated>
<entry>
<title>T5586: delete old systemd unit keepalived service</title>
<updated>2024-02-07T08:57:24+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-02-07T08:57:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=fc1be4c2b49f2237e8eeadccf32fd517d97b3b97'/>
<id>urn:sha1:fc1be4c2b49f2237e8eeadccf32fd517d97b3b97</id>
<content type='text'>
The custom systemd unit is not required as we generate 10-override
which was implemented in https://github.com/vyos/vyos-1x/pull/2310/commits/5a6938a2e14373dfaa72211fe18deeb257d3ba12
</content>
</entry>
<entry>
<title>bfd: T5967: add minimum-ttl option</title>
<updated>2024-02-01T16:10:18+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-02-01T16:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e559ff4e552a0959287bee7712d887e754b25fb7'/>
<id>urn:sha1:e559ff4e552a0959287bee7712d887e754b25fb7</id>
<content type='text'>
* set protocols bfd peer &lt;x.x.x.x&gt; minimum-ttl &lt;1-254&gt;

(partially cherry-picked from 1f07dcbddfcfdbb9079936ec479c5633934dd547)
</content>
</entry>
<entry>
<title>wireguard: T5924: harden migration script logic 22-to-23</title>
<updated>2024-01-12T20:53:17+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-01-12T20:53:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=516c2c43392907493f4157ea7d6d2149b725688b'/>
<id>urn:sha1:516c2c43392907493f4157ea7d6d2149b725688b</id>
<content type='text'>
The original commit 2c1c36135 ("wireguard: T5413: Blocked adding the peer with
the router's public key") did not honor the fact that there might be no
private-key CLI node defined for a WireGuard interface. If this is the case,
private-key defaults to "default". This fact needs to be handled in the
migration script.
</content>
</entry>
<entry>
<title>console: T4646: Fixed USB console issues</title>
<updated>2024-01-09T21:12:35+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2022-08-30T09:36:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=c3ee4b05ff04033e9266722e3128a1804065ee17'/>
<id>urn:sha1:c3ee4b05ff04033e9266722e3128a1804065ee17</id>
<content type='text'>
* fixed the `systemctl restart` command that used a value from config instead
converted to `ttyUSBX`
* moved systemd units from `/etc/` to `/run/`

(cherry picked from commit ad1236e8d72ff29e0e2215df175b6f032fba75eb)
</content>
</entry>
<entry>
<title>T1297: vrrp: backport VRRP GARP options to Equuleus</title>
<updated>2024-01-09T09:52:07+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2024-01-09T09:52:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=56141ca2165f58dcfd7ef47afcdb1b227827d416'/>
<id>urn:sha1:56141ca2165f58dcfd7ef47afcdb1b227827d416</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5817: Fix for show openvpn server</title>
<updated>2023-12-12T13:57:32+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-12-12T13:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=58683a2444877bb989929625ad40a7d76259075d'/>
<id>urn:sha1:58683a2444877bb989929625ad40a7d76259075d</id>
<content type='text'>
In some cases we can get error:
```
Traceback (most recent call last):
  File "/usr/libexec/vyos/op_mode/show_openvpn.py", line 173, in &lt;module&gt;
    data = get_status(args.mode, intf)
  File "/usr/libexec/vyos/op_mode/show_openvpn.py", line 130, in get_status
    client["tunnel"] = get_vpn_tunnel_address(client['remote'], interface)
  File "/usr/libexec/vyos/op_mode/show_openvpn.py", line 66, in get_vpn_tunnel_address
    tunnel_ip = lst[0].split(',')[0]
IndexError: list index out of range
```
</content>
</entry>
<entry>
<title>Merge pull request #2540 from aapostoliuk/T5413-equuleus</title>
<updated>2023-12-09T16:31:44+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2023-12-09T16:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=48e512ffec259d8753a8fd5a0a6a961f332ab8c1'/>
<id>urn:sha1:48e512ffec259d8753a8fd5a0a6a961f332ab8c1</id>
<content type='text'>
wireguard: T5413: Blocked adding the peer with the router's public key</content>
</entry>
<entry>
<title>https: T5772: return from verify if None</title>
<updated>2023-12-04T17:38:23+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-12-04T17:16:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=7c6de792279350c980160096887524836b44be47'/>
<id>urn:sha1:7c6de792279350c980160096887524836b44be47</id>
<content type='text'>
​

Signed-off-by: Daniil Baturin &lt;daniil@baturin.org&gt;
</content>
</entry>
<entry>
<title>https: T5772: require that at least one valid API key is present</title>
<updated>2023-12-04T15:38:11+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2023-12-04T15:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=976c800c4ba5bd1f4856ea2fa112e89af979bacf'/>
<id>urn:sha1:976c800c4ba5bd1f4856ea2fa112e89af979bacf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "https api: T5772: check if keys are configured"</title>
<updated>2023-12-04T15:36:57+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2023-12-04T15:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=a148b81659afb02947594cc9255b3162069f86f5'/>
<id>urn:sha1:a148b81659afb02947594cc9255b3162069f86f5</id>
<content type='text'>
This reverts commit 57ba2fa91573ad2ecd03f0c2eb89507dfc397f1e.
</content>
</entry>
</feed>
