<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs/configuration/policy/examples.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>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: Copyedit policy local-route, correct and add missing params (#1729)</title>
<updated>2025-12-30T13:06:07+00:00</updated>
<author>
<name>Grant</name>
<email>github@firefishy.com</email>
</author>
<published>2025-12-30T13:06:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=2a03cb0c2e5204d20decb1f7d050beeab1505b97'/>
<id>urn:sha1:2a03cb0c2e5204d20decb1f7d050beeab1505b97</id>
<content type='text'>
* Fix: destination -&gt; destination address
* Fix: source -&gt; source address
* Add: destination port
* Add: source port
* Add: protocol
* Add: fwmark
* Improve wording for clarity</content>
</entry>
<entry>
<title>policy: T2199: Update policy route interface examples</title>
<updated>2022-11-18T13:11:33+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2022-11-18T13:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=4b1c641e63f6c93f29b3b879de81e7d72e2ebeab'/>
<id>urn:sha1:4b1c641e63f6c93f29b3b879de81e7d72e2ebeab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust example IP</title>
<updated>2022-11-08T20:04:29+00:00</updated>
<author>
<name>Robert Göhler</name>
<email>github@ghlr.de</email>
</author>
<published>2022-11-08T20:04:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=57a03630ae6bb3ccb17f2131a316f5cf4f0e6f3a'/>
<id>urn:sha1:57a03630ae6bb3ccb17f2131a316f5cf4f0e6f3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add MSS clamp example</title>
<updated>2022-10-06T04:21:36+00:00</updated>
<author>
<name>SquirePug</name>
<email>42793435+SquirePug@users.noreply.github.com</email>
</author>
<published>2022-10-06T04:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=11e42fb21d31ed94e1cd43fb3fa6842ad2c50244'/>
<id>urn:sha1:11e42fb21d31ed94e1cd43fb3fa6842ad2c50244</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bgp: T4257: changing BGP "local-as" to "system-as"</title>
<updated>2022-08-04T19:15:38+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-08-04T19:15:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=be69070e2449d8437a2fe0cde82c501edc8c19ad'/>
<id>urn:sha1:be69070e2449d8437a2fe0cde82c501edc8c19ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>policy: T4414: Add route-map "as-path prepend last-as x" option</title>
<updated>2022-05-05T17:03:04+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-05-05T17:03:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=c57facdcc306fe86b0d1834a38ba9aced5f9c676'/>
<id>urn:sha1:c57facdcc306fe86b0d1834a38ba9aced5f9c676</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update examples.rst (#730)</title>
<updated>2022-03-07T19:14:05+00:00</updated>
<author>
<name>jbew81</name>
<email>jbew81@free.fr</email>
</author>
<published>2022-03-07T19:14:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=848d0372cc3fddb3408b0b91a17ab69efd27316d'/>
<id>urn:sha1:848d0372cc3fddb3408b0b91a17ab69efd27316d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correction of exclude Inter-VLAN traffic section</title>
<updated>2021-10-12T12:19:32+00:00</updated>
<author>
<name>goodNETnick</name>
<email>pknet@ya.ru</email>
</author>
<published>2021-10-12T12:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=8c07fdd896bf74b923b2abc7b6d3d84b4afdf740'/>
<id>urn:sha1:8c07fdd896bf74b923b2abc7b6d3d84b4afdf740</id>
<content type='text'>
</content>
</entry>
</feed>
