<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/op-mode-definitions/generate-wireguard.xml.in, branch feature/T9082-codeql-cpp</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=feature%2FT9082-codeql-cpp</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2025-05-16T11:39:44+00:00</updated>
<entry>
<title>op-mode: T7459: eliminate direct use of sudo in op mode commands</title>
<updated>2025-05-16T11:39:44+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2025-05-16T11:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6b562aae240927c14f629b9307583013bc3a9008'/>
<id>urn:sha1:6b562aae240927c14f629b9307583013bc3a9008</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: T5884: correct "generate wireguard" help string</title>
<updated>2024-01-02T20:34:04+00:00</updated>
<author>
<name>hwlnx</name>
<email>99296534+hwlnx@users.noreply.github.com</email>
</author>
<published>2024-01-02T20:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e2c9ffd8bc2d6119b78ec166fe5b90764fb38563'/>
<id>urn:sha1:e2c9ffd8bc2d6119b78ec166fe5b90764fb38563</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: T4952: use list_interfaces from vyos-utils</title>
<updated>2023-02-27T17:21:51+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-02-27T17:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a483281e5fd9db394c0dce3359d91599ba55adf8'/>
<id>urn:sha1:a483281e5fd9db394c0dce3359d91599ba55adf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: T4952: improve interface completion helper CLI experience</title>
<updated>2023-01-23T16:46:14+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-01-23T16:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=36adc975316b8511c53c813b7542196e3d2779a8'/>
<id>urn:sha1:36adc975316b8511c53c813b7542196e3d2779a8</id>
<content type='text'>
There are currently two ways to generate the interface name completion helper
list (we use openvpn in this example)

- &lt;script&gt; ${vyos_completion_dir}/list_interfaces.py --type openvpn&lt;/script&gt;
- &lt;path&gt;interfaces openvpn&lt;/path&gt;

The first one using &lt;script&gt; tends to be rather slow as there is a Python
interpreter startup involved (expensive). The latter simply calls a C program
which is executed rather fast and gives the same result.

We can simply replace the first call with the second one to make the CLI
feel faster.
</content>
</entry>
<entry>
<title>wireguard: T3642: drop deprecated CLI commands</title>
<updated>2022-12-23T16:36:34+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-12-23T16:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d0149dd020c198fb2951d830cc3cabdb2ccb0aaf'/>
<id>urn:sha1:d0149dd020c198fb2951d830cc3cabdb2ccb0aaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wireguard: T3642: add deprecation notice to old commands for key generation</title>
<updated>2021-09-09T21:16:13+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-09-09T21:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a50095408e9e95afebce97bccc62a2d9a2563b3e'/>
<id>urn:sha1:a50095408e9e95afebce97bccc62a2d9a2563b3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pki: wireguard: T3642: add alias "generate wireguard key-pair" command</title>
<updated>2021-08-08T20:21:40+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-08-08T20:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b40e57cc9b516f4ce206681a17f8624a2ab04139'/>
<id>urn:sha1:b40e57cc9b516f4ce206681a17f8624a2ab04139</id>
<content type='text'>
Triggers the same code as "generate pki wireguard key-pair" which makes it easier
for users switching from 1.3 -&gt; 1.4.
</content>
</entry>
<entry>
<title>op-mode: xml: rename definition file for "generate wireguard" command</title>
<updated>2021-07-22T21:15:36+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-07-22T21:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d4b2777c1bffca47d9b3b21d8907818f06591c59'/>
<id>urn:sha1:d4b2777c1bffca47d9b3b21d8907818f06591c59</id>
<content type='text'>
</content>
</entry>
</feed>
