<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs/configuration/protocols/ospf.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>ospfv3: Update wireguard example</title>
<updated>2025-03-30T08:58:43+00:00</updated>
<author>
<name>Peter Lehmann</name>
<email>xgwq@xnee.net</email>
</author>
<published>2025-03-30T08:58:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=8fd23f8f2c3530e0febeab8657a58c8828496552'/>
<id>urn:sha1:8fd23f8f2c3530e0febeab8657a58c8828496552</id>
<content type='text'>
- Remove no longer needed note to manually set link-local addresses
- Recommend to manually set path cost on wireguard links
</content>
</entry>
<entry>
<title>fix build and ref warnings</title>
<updated>2023-11-30T09:26:50+00:00</updated>
<author>
<name>rebortg</name>
<email>github@ghlr.de</email>
</author>
<published>2023-11-30T09:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=d4d3efe7fb4c0a86c6d33a9664eb18fb22e4205e'/>
<id>urn:sha1:d4d3efe7fb4c0a86c6d33a9664eb18fb22e4205e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ospf: T5377: add graceful restart FRR feature (RFC 3623)</title>
<updated>2023-07-25T21:13:35+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-07-25T21:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=8d0279a0f0552092a8e0f2107675658580c5064f'/>
<id>urn:sha1:8d0279a0f0552092a8e0f2107675658580c5064f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ospf: T5334: add support for External Route Summarisation Type-5 and Type-7</title>
<updated>2023-07-03T18:58:39+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-07-03T18:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=a27c84c0e172d3c79e8e09acd05d9084cad42226'/>
<id>urn:sha1:a27c84c0e172d3c79e8e09acd05d9084cad42226</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ospf.rst</title>
<updated>2023-06-03T19:17:11+00:00</updated>
<author>
<name>Cheeze-It</name>
<email>16260577+Cheeze-It@users.noreply.github.com</email>
</author>
<published>2023-06-03T19:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=3f93cac914675b997eabeb659cd070bb32fda782'/>
<id>urn:sha1:3f93cac914675b997eabeb659cd070bb32fda782</id>
<content type='text'>
Re-adding a part that I accidentally deleted.</content>
</entry>
<entry>
<title>Update ospf.rst</title>
<updated>2023-06-03T19:12:36+00:00</updated>
<author>
<name>Cheeze-It</name>
<email>16260577+Cheeze-It@users.noreply.github.com</email>
</author>
<published>2023-06-03T19:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=6564302e7b27d209ba12052039b8371f8fed9327'/>
<id>urn:sha1:6564302e7b27d209ba12052039b8371f8fed9327</id>
<content type='text'>
Adding IGP-LDP sync for OSPF</content>
</entry>
<entry>
<title>T5123: Update ospf.rst</title>
<updated>2023-04-27T12:32:52+00:00</updated>
<author>
<name>Zhiyuan Wan</name>
<email>h@iloli.bid</email>
</author>
<published>2023-04-27T12:32:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=c9fdb8ab6405da3c355e67f4084503f53f5e449c'/>
<id>urn:sha1:c9fdb8ab6405da3c355e67f4084503f53f5e449c</id>
<content type='text'>
ospf: Support show detailed ospf routing table.

Signed-off-by: Zhiyuan Wan &lt;h@iloli.bid&gt;
</content>
</entry>
<entry>
<title>Updating ospf.rst and adding examples</title>
<updated>2022-11-25T00:11:55+00:00</updated>
<author>
<name>Cheeze-It</name>
<email>16260577+Cheeze-It@users.noreply.github.com</email>
</author>
<published>2022-11-25T00:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=080fd33146d279089ea696bf015c7b446d53a1cf'/>
<id>urn:sha1:080fd33146d279089ea696bf015c7b446d53a1cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ospfv3 /mpls : worng commannds and description</title>
<updated>2022-08-25T20:11:29+00:00</updated>
<author>
<name>fett0</name>
<email>fernando.gmaidana@gmail.com</email>
</author>
<published>2022-08-25T20:11:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=22de986f19b676ac85e1f83b8688cbd1860078e6'/>
<id>urn:sha1:22de986f19b676ac85e1f83b8688cbd1860078e6</id>
<content type='text'>
</content>
</entry>
</feed>
