<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/interfaces_openvpn.xml.in, branch rolling</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=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2026-03-24T17:02:56+00:00</updated>
<entry>
<title>T8410: Fix typos and mistakes for operational and configuration commands</title>
<updated>2026-03-24T17:02:56+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2026-03-20T16:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bb2aee1e58c1cd30087b935798060e6bf3c698c8'/>
<id>urn:sha1:bb2aee1e58c1cd30087b935798060e6bf3c698c8</id>
<content type='text'>
Fix typos and mistakes in the commands and comments
No functional changes
</content>
</entry>
<entry>
<title>openvpn: T7633: Add support for 'data-ciphers-fallback' in site-to-site tunnels</title>
<updated>2026-01-12T13:44:32+00:00</updated>
<author>
<name>Oleksandr Kuchmystyi</name>
<email>o.kuchmystyi@vyos.io</email>
</author>
<published>2025-12-31T07:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=61487b13da8dc270907633a3140bd0cc2aa0926a'/>
<id>urn:sha1:61487b13da8dc270907633a3140bd0cc2aa0926a</id>
<content type='text'>
- Introduced new CLI option 'data-ciphers-fallback' for OpenVPN interfaces
  (used as fallback cipher in site-to-site mode)
- Adjust migration 1‑to‑2 to skip migrating 'cipher' for site‑to‑site interfaces
</content>
</entry>
<entry>
<title>interface: T4627: not every interface type supports IPv6 interface-identifiers</title>
<updated>2025-04-23T18:17:06+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-04-23T18:14:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d0a20884614e773b074c39cd496717440faa89c1'/>
<id>urn:sha1:d0a20884614e773b074c39cd496717440faa89c1</id>
<content type='text'>
Turns out commit b124f0b3b ("interface: T4627: support IPv6 Interface
Identifier (token) for SLAAC") uncovered a wrong assumption in VyOS that every
interface type in use always supports SLAAC and IPv6-ND (neighbor discovery).

This is not true for WireGuard, Tunnel and VTI interfaces, thus do not provide
that CLI option. In addition SLAAC support should be removed for those interface
types in a future PR.
</content>
</entry>
<entry>
<title>T6183: interfaces openvpn: suppport specifying IP protocol version</title>
<updated>2024-08-14T04:47:05+00:00</updated>
<author>
<name>Lucas Christian</name>
<email>lucas@lucasec.com</email>
</author>
<published>2024-08-12T06:06:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=18ea3673a105d9d12699afb2607c81412dde441b'/>
<id>urn:sha1:18ea3673a105d9d12699afb2607c81412dde441b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OPENVPN: T6555: fix name to bridge</title>
<updated>2024-08-02T14:10:51+00:00</updated>
<author>
<name>fett0</name>
<email>fernando.gmaidana@gmail.com</email>
</author>
<published>2024-08-02T14:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d5ae708581d453e2205ad4cf8576503f42e262b6'/>
<id>urn:sha1:d5ae708581d453e2205ad4cf8576503f42e262b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OPENVPN: T6555: add server-bridge options in mode server</title>
<updated>2024-07-31T18:21:25+00:00</updated>
<author>
<name>fett0</name>
<email>fernando.gmaidana@gmail.com</email>
</author>
<published>2024-07-31T18:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4acad3eb8d9be173b76fecafc32b0c70eae9b192'/>
<id>urn:sha1:4acad3eb8d9be173b76fecafc32b0c70eae9b192</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OpenVPN CLI-option: T6571: rename ncp-ciphers with data-ciphers</title>
<updated>2024-07-25T10:07:02+00:00</updated>
<author>
<name>srividya0208</name>
<email>a.srividya@vyos.io</email>
</author>
<published>2024-07-15T10:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b62b2f5f8a9c4f0a7dc26bce1f15843651119256'/>
<id>urn:sha1:b62b2f5f8a9c4f0a7dc26bce1f15843651119256</id>
<content type='text'>
</content>
</entry>
<entry>
<title>openvpn: T6591: deprecate OpenVPN server net30 topology (#3825)</title>
<updated>2024-07-18T18:33:24+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-07-18T18:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e2b05343b30d2f989968532106e792cbaf75ecf6'/>
<id>urn:sha1:e2b05343b30d2f989968532106e792cbaf75ecf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6323: openvpn: Correction of auto-completion description of "mfa totp digits"</title>
<updated>2024-05-09T14:04:42+00:00</updated>
<author>
<name>srividya0208</name>
<email>a.srividya@vyos.io</email>
</author>
<published>2024-05-09T11:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7dab763df070dd5138d6428450496f54b1f33d44'/>
<id>urn:sha1:7dab763df070dd5138d6428450496f54b1f33d44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>openconnect: T4982: Support defining minimum TLS version in openconnect VPN</title>
<updated>2024-04-29T19:53:51+00:00</updated>
<author>
<name>Alex W</name>
<email>embezzle.dev@proton.me</email>
</author>
<published>2024-04-29T19:53:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9ff74d4370f0a5f66c303074796dab8b1ca5c4a5'/>
<id>urn:sha1:9ff74d4370f0a5f66c303074796dab8b1ca5c4a5</id>
<content type='text'>
</content>
</entry>
</feed>
