<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/op_mode, branch equuleus</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=equuleus</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=equuleus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2024-05-31T09:00:01+00:00</updated>
<entry>
<title>op-mode: T683: remove superfluous debug print in snmpv3 display code</title>
<updated>2024-05-31T09:00:01+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-05-31T07:48:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=2901e402c0331486909b6d7fc55df6a416ff7a47'/>
<id>urn:sha1:2901e402c0331486909b6d7fc55df6a416ff7a47</id>
<content type='text'>
This was a leftover from the early days.

(cherry picked from commit d5271e084cca8af54f425816916a821b0eab1a5a)
</content>
</entry>
<entry>
<title>connect_disconnect: T6261: correction to typo in check_ppp_running function</title>
<updated>2024-04-23T04:14:25+00:00</updated>
<author>
<name>Ginko</name>
<email>152240782+Giggum@users.noreply.github.com</email>
</author>
<published>2024-04-23T01:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=6a09890a5ba2c424aa80cac4cc0bdd3386b01fdd'/>
<id>urn:sha1:6a09890a5ba2c424aa80cac4cc0bdd3386b01fdd</id>
<content type='text'>
Connect_disconnect: T6261: correction to typo in check_ppp_running function

Changes include:
1. Replaces "beeing" -&gt; being in print statement for check_ppp_running
2. Replaces "can not" -&gt; cannot in print statement on lines 61 and 93

(cherry picked from commit 19e0d3b74f66e082c3f131b9044e7ca2371b1d85)
</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>T4940: new interfaces debugging command equuleus</title>
<updated>2023-11-16T05:02:29+00:00</updated>
<author>
<name>mkorobeinikov</name>
<email>92354771+mkorobeinikov@users.noreply.github.com</email>
</author>
<published>2023-11-16T04:43:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=bb5baa44ef82d2e888ece14bad13df60b13cf62e'/>
<id>urn:sha1:bb5baa44ef82d2e888ece14bad13df60b13cf62e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: T5097: show interfaces should reflect cleared counters</title>
<updated>2023-03-24T00:15:46+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-03-24T00:15:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e083e64692d69c6eac386871a60dce05e5445db2'/>
<id>urn:sha1:e083e64692d69c6eac386871a60dce05e5445db2</id>
<content type='text'>
'show interfaces counters' correctly displays counter stats after a call
to 'clear interfaces counters', however, 'show interfaces detail' does
not.  Add missing update to counter stats.
</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>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>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>T5009: relay: correct service name for restarting dhcp relay service</title>
<updated>2023-02-14T18:55:23+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2023-02-14T18:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=0bd37e4718ecbb7deed6f63629d15a2af9e67f75'/>
<id>urn:sha1:0bd37e4718ecbb7deed6f63629d15a2af9e67f75</id>
<content type='text'>
</content>
</entry>
</feed>
