<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs/configuration/interfaces/wireguard.rst, branch rolling</title>
<subtitle>VyOS readthedocs (mirror of https://github.com/vyos/vyos-documentation.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-documentation.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-documentation.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/'/>
<updated>2026-05-06T17:42:32+00:00</updated>
<entry>
<title>feat: flip swap mechanism — MD as primary, RST as override (Phase 1)</title>
<updated>2026-05-06T17:42:32+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-06T17:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=5d6fa52b8985f8068314aba26878a1d7d5cb84e5'/>
<id>urn:sha1:5d6fa52b8985f8068314aba26878a1d7d5cb84e5</id>
<content type='text'>
This is the first of three phases inverting the per-page swap mechanism
so MD becomes the canonical primary and RST becomes the rare override.

Phase 1 — file renames + conf.py exclude_patterns flip only:
- Rename docs/**/md-&lt;stem&gt;.md to docs/**/&lt;stem&gt;.md (drop md- prefix)
  for all 254 stems previously listed in docs/_swap.txt
- Rename docs/**/&lt;stem&gt;.rst to docs/**/rst-&lt;stem&gt;.rst (add rst- prefix)
  for the same 254 stems
- Repurpose docs/_swap.txt as docs/_rst_overrides.txt; initially empty
  comment-only since no pages need the RST fallback right now
- conf.py exclude_patterns flipped: rst-*.rst is now excluded by default
  instead of md-*.md
- conf.py runtime-artifact references updated to _rst_override_state.json
  and _md_exclude.txt (Phase 2 will rewrite swap_sources.py to produce
  these names; for now no swap script runs because overrides list is empty)

Phase 2 (next commit on this branch) will rewrite scripts/swap_sources.py
with inverted rename direction, delete scripts/import_myst.py + tests, and
update tests/test_swap_sources.py for the new semantics.

Phase 3 will be the cleanup pass and ready-for-review flip.

Generated by robots https://vyos.io
</content>
</entry>
<entry>
<title>fix: remove unnecessary linter suppressions, use named refs for long URLs</title>
<updated>2026-04-21T20:39:17+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-04-21T20:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=92805938c535c8d74d46cb4bd46d4be0ae42ac17'/>
<id>urn:sha1:92805938c535c8d74d46cb4bd46d4be0ae42ac17</id>
<content type='text'>
- pppoe-ipv6-basic.rst: remove stop/start_vyoslinter pair added in error
  (content between markers had no real IPs and no lines &gt; 80 chars)
- OpenVPN_with_LDAP.rst: replace stop_vyoslinter around long line-block
  URL with a named hyperlink target whose URL wraps to the next line
- wireguard.rst: split long named hyperlink target onto two lines,
  eliminating the need for stop/start_vyoslinter markers

🤖 Generated by [robots](https://vyos.io)
</content>
</entry>
<entry>
<title>fix: resolve all line-length lint warnings across 14 RST files</title>
<updated>2026-04-21T17:35:22+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-04-21T17:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=d0a0fd4998b35af5b4e59374a5706ffeb27c7ee5'/>
<id>urn:sha1:d0a0fd4998b35af5b4e59374a5706ffeb27c7ee5</id>
<content type='text'>
Wrap prose lines exceeding 80 chars and apply stop/start_vyoslinter
markers around cfgcmd/opcmd directive lines that cannot be shortened
(e.g. long option names with placeholder arguments).

Affected files: bonding, wireguard, pim, conntrack-sync, dmvpn,
ipsec_general, site2site_ipsec, vrf/index, bare-metal,
inter-vrf-routing-vrf-lite, lac-lns, tunnelbroker, OpenVPN_with_LDAP,
dmvpn-dualhub-dualcloud.

🤖 Generated by [robots](https://vyos.io)
</content>
</entry>
<entry>
<title>perf: convert all images to WebP with PDF fallback</title>
<updated>2026-04-15T09:08:34+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-04-15T09:08:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=efd6ea180ad96a82ee8b0cc38582a9d505e794fb'/>
<id>urn:sha1:efd6ea180ad96a82ee8b0cc38582a9d505e794fb</id>
<content type='text'>
Add WebP versions of all 187 PNG/JPG images (38MB → 17MB, 55% reduction).
Update RST/MD references to use Sphinx wildcard syntax (.*) so HTML builds
use WebP while PDF/LaTeX builds fall back to original PNG/JPG.

Co-Authored-By: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>DOC: Proofread wireguard.rst (#1784)</title>
<updated>2026-03-16T14:13:10+00:00</updated>
<author>
<name>LiudmylaNad</name>
<email>l.nadolina@vyos.io</email>
</author>
<published>2026-03-16T14:13:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=8d67d8b043c5e69a588be0fa924489f3cc6e40ea'/>
<id>urn:sha1:8d67d8b043c5e69a588be0fa924489f3cc6e40ea</id>
<content type='text'>
* DOC: Proofread wireguard.rst

* Apply suggestions from code review

Co-authored-by: Daniil Baturin &lt;daniil@baturin.org&gt;

---------

Co-authored-by: Daniil Baturin &lt;daniil@baturin.org&gt;</content>
</entry>
<entry>
<title>Correction of firewall syntax in multiple pages (#1651)</title>
<updated>2025-06-26T09:12:41+00:00</updated>
<author>
<name>srividya0208</name>
<email>68350089+srividya0208@users.noreply.github.com</email>
</author>
<published>2025-06-26T09:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=711d71329f0e35cc78f39042deec02d0624ff00c'/>
<id>urn:sha1:711d71329f0e35cc78f39042deec02d0624ff00c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proofread interfaces/wireguard</title>
<updated>2024-07-04T13:35:38+00:00</updated>
<author>
<name>whyrlpool</name>
<email>26317568+whyrlpool@users.noreply.github.com</email>
</author>
<published>2024-07-04T13:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=6072d753e21f31b6c4ece9f04692d5514588873d'/>
<id>urn:sha1:6072d753e21f31b6c4ece9f04692d5514588873d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix two typos in Wireguard doc</title>
<updated>2023-10-18T19:08:58+00:00</updated>
<author>
<name>Veli-Matti Helke</name>
<email>vhelke@users.noreply.github.com</email>
</author>
<published>2023-10-18T19:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=d3afeafb413a00923525ea32800e8f29b682f5ed'/>
<id>urn:sha1:d3afeafb413a00923525ea32800e8f29b682f5ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update wireguard.rst</title>
<updated>2023-10-05T20:50:06+00:00</updated>
<author>
<name>Dibins</name>
<email>6020646+Dibins@users.noreply.github.com</email>
</author>
<published>2023-10-05T20:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=7d9792b510b69a1611f3e0b8eb3a63934ae41454'/>
<id>urn:sha1:7d9792b510b69a1611f3e0b8eb3a63934ae41454</id>
<content type='text'>
Adding proper syntax for 1.4 firewall commands</content>
</entry>
<entry>
<title>T5409: add per-client-thread CLI option for wireguard and wireless interfaces</title>
<updated>2023-08-17T20:01:54+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-17T20:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=abd405b91e20786409fc5d9e2163940b9bcdfc90'/>
<id>urn:sha1:abd405b91e20786409fc5d9e2163940b9bcdfc90</id>
<content type='text'>
</content>
</entry>
</feed>
