<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src, branch current</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=current</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=current'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2025-07-10T14:09:56+00:00</updated>
<entry>
<title>Merge pull request #4582 from hedrok/T7545-fix-show-vpn-debug-peer</title>
<updated>2025-07-10T14:09:56+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2025-07-10T14:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b3681957a5120067ddb0cb9f162719e283d388e8'/>
<id>urn:sha1:b3681957a5120067ddb0cb9f162719e283d388e8</id>
<content type='text'>
ipsec: T7545: Fix show vpn debug peer</content>
</entry>
<entry>
<title>wlb: T7622: fix the op mode "run show wan-load-balance" command</title>
<updated>2025-07-09T19:04:12+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2025-07-09T19:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6b1a5d4f844f0ede09b1e4823e0f0620476fdcd9'/>
<id>urn:sha1:6b1a5d4f844f0ede09b1e4823e0f0620476fdcd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4574 from jestabro/merge-config</title>
<updated>2025-07-08T15:11:57+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-07-08T15:11:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4b34c65d4129eede784d5747653bd81f8d40f299'/>
<id>urn:sha1:4b34c65d4129eede784d5747653bd81f8d40f299</id>
<content type='text'>
T7499: update config merge tools</content>
</entry>
<entry>
<title>ipsec: T7545: Fix show vpn debug peer</title>
<updated>2025-07-08T14:26:38+00:00</updated>
<author>
<name>Kyrylo Yatsenko</name>
<email>hedrok@gmail.com</email>
</author>
<published>2025-06-27T07:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=12f956e66f6d557425a0071b384ccafa7e1e9a97'/>
<id>urn:sha1:12f956e66f6d557425a0071b384ccafa7e1e9a97</id>
<content type='text'>
Fix re for searching of peers in /etc/swanctl/swanctl.conf

```
search = rf'^[\s]*(peer_{peer}_(tunnel_[\d]+|vti)).*'
```

Changed to

```
search = rf'^[\s]*({peer}-(tunnel-[\d]+|vti))[\s]*{{'
```

Added message

```
print(f'\n### {command} ###')
```

so that output is not empty when `/usr/sbin/ipsec statusall`
shows nothing
</content>
</entry>
<entry>
<title>T7499: add utility to download/uncompress config file, for load/merge</title>
<updated>2025-07-08T13:26:11+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-06-29T22:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=04a714fbf22c4accd9253f55826b0eefcd9f88fa'/>
<id>urn:sha1:04a714fbf22c4accd9253f55826b0eefcd9f88fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7499: use direct request to vyconfd to avoid re-validating</title>
<updated>2025-07-08T13:26:11+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-06-24T12:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=816834bcad0a536930dd1bc4a35ef6b8537f3522'/>
<id>urn:sha1:816834bcad0a536930dd1bc4a35ef6b8537f3522</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7499: expose destructive merge in http-api</title>
<updated>2025-07-08T13:26:11+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-06-24T00:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=170244db88f76e42aeceb0b971246327fe079e19'/>
<id>urn:sha1:170244db88f76e42aeceb0b971246327fe079e19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7499: add unittest for config tree merge function</title>
<updated>2025-07-08T13:26:11+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-06-23T20:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8af85206e172b2c50514df9990ea6061f72a1ed5'/>
<id>urn:sha1:8af85206e172b2c50514df9990ea6061f72a1ed5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7499: load from internal representation to avoid re-parsing</title>
<updated>2025-07-08T13:26:11+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-06-23T19:46:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=500c150bf049421b74dd6bc6a3e55c3e2600cc62'/>
<id>urn:sha1:500c150bf049421b74dd6bc6a3e55c3e2600cc62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7499: update vyos-merge-config.py script to use tree merge function</title>
<updated>2025-07-08T13:26:11+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2025-06-23T18:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=05db4cdef55acc1a5869dabaab60264074c30c7d'/>
<id>urn:sha1:05db4cdef55acc1a5869dabaab60264074c30c7d</id>
<content type='text'>
</content>
</entry>
</feed>
