<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs/configexamples/pppoe-ipv6-basic.rst, branch 1.4</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=1.4</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-documentation.git/atom?h=1.4'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/'/>
<updated>2026-05-06T18:50:08+00:00</updated>
<entry>
<title>feat: flip swap mechanism on sagitta — MD as primary, RST as override</title>
<updated>2026-05-06T18:50:08+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-06T18:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=b8b3044d3c3515d91de0f44785bfd965174867df'/>
<id>urn:sha1:b8b3044d3c3515d91de0f44785bfd965174867df</id>
<content type='text'>
Mirror of #1899 (current) and #1900 (circinus) for sagitta. Same logic,
same scripts, per-branch file set.

Changes:
- Rename docs/**/md-&lt;stem&gt;.md to docs/**/&lt;stem&gt;.md (drop md- prefix) for
  all 210 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 210 stems
- Repurpose docs/_swap.txt as docs/_rst_overrides.txt; initially empty
- conf.py exclude_patterns flipped: rst-*.rst excluded by default
- conf.py runtime-artifact references updated to _rst_override_state.json
  and _md_exclude.txt
- scripts/swap_sources.py imported from current (post-#1899 rewrite, with
  inverted rename direction)
- scripts/import_myst.py and tests/test_import_myst.py deleted (obsolete)
- tests/test_swap_sources.py imported from current (post-#1899 rewrite)

Side-effect: fixes the same 404 on /en/1.4/ View page source links that
#1899 fixed for /en/rolling/ and #1900 fixed for /en/1.5/.

Per-branch differences vs #1899:
- sagitta has 210 stems vs current's 254 (sagitta has no vpp pages and
  fewer current-only features; cli + installation/cloud/aws are still
  RST-only on sagitta pending the title-level fix follow-up)
- otherwise the script/conf.py/test changes are byte-identical with current

Generated by robots https://vyos.io
</content>
</entry>
<entry>
<title>Fix firewall syntax for refactor in PPPoE IPv6 example</title>
<updated>2024-01-03T20:05:47+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2024-01-02T21:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=978261e479b800c7df6adb691fae1e0eac3878fd'/>
<id>urn:sha1:978261e479b800c7df6adb691fae1e0eac3878fd</id>
<content type='text'>
(cherry picked from commit d74d2f6a400a5740e8e1438bcec6d72d604d745f)
</content>
</entry>
<entry>
<title>pppoe-ipv6: correct indent</title>
<updated>2021-06-29T09:25:40+00:00</updated>
<author>
<name>rebortg</name>
<email>github@ghlr.de</email>
</author>
<published>2021-06-29T09:25:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=ebe03785e10dc40f3802c9d62c2e62fd870876a6'/>
<id>urn:sha1:ebe03785e10dc40f3802c9d62c2e62fd870876a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pppoe-ipv6: correct spelling and grammar</title>
<updated>2021-06-29T08:33:21+00:00</updated>
<author>
<name>rebortg</name>
<email>github@ghlr.de</email>
</author>
<published>2021-06-29T08:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=0530a0bb6e349495d51b1d5f5f70ce221e0bebba'/>
<id>urn:sha1:0530a0bb6e349495d51b1d5f5f70ce221e0bebba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configexamples: pppoe-ipv6-basic.rst: Replace diagram</title>
<updated>2021-03-17T16:54:41+00:00</updated>
<author>
<name>Ramax Lo</name>
<email>ramaxlo@gmail.com</email>
</author>
<published>2021-03-17T16:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=ab402a16b50fe34457c18d34cfc52a5c2e556289'/>
<id>urn:sha1:ab402a16b50fe34457c18d34cfc52a5c2e556289</id>
<content type='text'>
Convert format of the diagram from png to jpg.
</content>
</entry>
<entry>
<title>configexamples: Add PPPoE IPv6 basic setup</title>
<updated>2021-03-16T17:33:33+00:00</updated>
<author>
<name>Ramax Lo</name>
<email>ramaxlo@gmail.com</email>
</author>
<published>2021-03-16T16:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=31b2984284faf588e4bcc07b58479bded193b1d2'/>
<id>urn:sha1:31b2984284faf588e4bcc07b58479bded193b1d2</id>
<content type='text'>
Add new document on basic PPPoE IPv6 setup for home network.
</content>
</entry>
</feed>
