<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/conf_mode/interfaces-openvpn.py, 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>2023-12-31T22:49:48+00:00</updated>
<entry>
<title>T5474: establish common file name pattern for XML conf mode commands</title>
<updated>2023-12-31T22:49:48+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-12-30T22:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4ef110fd2c501b718344c72d495ad7e16d2bd465'/>
<id>urn:sha1:4ef110fd2c501b718344c72d495ad7e16d2bd465</id>
<content type='text'>
We will use _ as CLI level divider. The XML definition filename and also
the Python helper should match the CLI node.

Example:
set interfaces ethernet -&gt; interfaces_ethernet.xml.in
set interfaces bond -&gt; interfaces_bond.xml.in
set service dhcp-server -&gt; service_dhcp-server-xml.in
</content>
</entry>
<entry>
<title>openvpn: T5269: add a deprecation warning for shared-secret</title>
<updated>2023-09-20T14:36:00+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2023-09-20T14:36:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4bbbaab60d56bfd6f3a145378027642b4c47adee'/>
<id>urn:sha1:4bbbaab60d56bfd6f3a145378027642b4c47adee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1637 from ordex/T3214</title>
<updated>2023-09-14T14:37:20+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2023-09-14T14:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=599016be1ac0b659a4baf696d5be7db9a36a2fea'/>
<id>urn:sha1:599016be1ac0b659a4baf696d5be7db9a36a2fea</id>
<content type='text'>
openvpn: T3214: fix server-ipv6 and nopool handling</content>
</entry>
<entry>
<title>T5271: allow the user to specify either CA or peer fingerprint</title>
<updated>2023-08-15T19:13:31+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2023-08-15T19:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=26d7ab49d92d5c665f5d6bc21375a21e22da33f6'/>
<id>urn:sha1:26d7ab49d92d5c665f5d6bc21375a21e22da33f6</id>
<content type='text'>
in OpenVPN site-to-site mode
</content>
</entry>
<entry>
<title>openvpn: T5270: do not require classic DH params in any more</title>
<updated>2023-08-10T13:53:14+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2023-08-10T13:53:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e7d7bd20b8fafaaabdd093393f4fa22167af8d3c'/>
<id>urn:sha1:e7d7bd20b8fafaaabdd093393f4fa22167af8d3c</id>
<content type='text'>
Generate 'dh none' instead and let OpenVPN use ECDH
</content>
</entry>
<entry>
<title>T5195: move helpers from vyos.validate to vyos.utils package</title>
<updated>2023-08-06T18:25:01+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-06T17:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d1c4294534dd04f075f89f1bb60736d56fc6c22a'/>
<id>urn:sha1:d1c4294534dd04f075f89f1bb60736d56fc6c22a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>openvpn: T4974: move CLI node "enable-dco" -&gt; "offload dco" to match other inetfaces</title>
<updated>2023-07-27T09:16:40+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-07-27T09:16:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=32b9ac3653fa27e90c0a6b16c3ab141fd4237cb7'/>
<id>urn:sha1:32b9ac3653fa27e90c0a6b16c3ab141fd4237cb7</id>
<content type='text'>
Keep a common CLI structure by re-using the already established offload
node from ethernet.
</content>
</entry>
<entry>
<title>openvpn: T4974: restructure get_config()</title>
<updated>2023-07-27T07:46:21+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-07-27T07:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=341a84240e6d85c62ad5500ab2ef6e19dcf63cef'/>
<id>urn:sha1:341a84240e6d85c62ad5500ab2ef6e19dcf63cef</id>
<content type='text'>
Preparation to make the code flow look more intuitive and add room to add
parsing of additional OpenVPN interfaces for DCO module load.
</content>
</entry>
<entry>
<title>openvpn: T4974: dynamically load/unload kernel module</title>
<updated>2023-07-26T21:14:19+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-07-26T21:14:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fa07179ae7f1dc07e6ccc1b20d2b81384b6efe07'/>
<id>urn:sha1:fa07179ae7f1dc07e6ccc1b20d2b81384b6efe07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5195: vyos.util -&gt; vyos.utils package refactoring part #2</title>
<updated>2023-07-15T18:13:12+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-07-15T18:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5f77ccf91eb402c548fc91b2e080a4b2b86f4181'/>
<id>urn:sha1:5f77ccf91eb402c548fc91b2e080a4b2b86f4181</id>
<content type='text'>
</content>
</entry>
</feed>
