<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs/configuration/protocols/bgp.md, 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-06-30T13:57:32+00:00</updated>
<entry>
<title>bgp: T6573: add input/output queue limit CLI commands</title>
<updated>2026-06-30T13:57:32+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-25T20:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=9ad380fb7a1b122a605c7562124085e3200e30f0'/>
<id>urn:sha1:9ad380fb7a1b122a605c7562124085e3200e30f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bgp: T8607: Add CLI support for BGP update-delay and establish-wait (#1891)</title>
<updated>2026-05-14T11:01:13+00:00</updated>
<author>
<name>Nataliia S.</name>
<email>81954790+natali-rs1985@users.noreply.github.com</email>
</author>
<published>2026-05-14T11:01:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=65a5a35942c099f337ef4224251bbbaf8e076dbb'/>
<id>urn:sha1:65a5a35942c099f337ef4224251bbbaf8e076dbb</id>
<content type='text'>
* bgp: T8607: Add CLI support for BGP update-delay and establish-wait

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI &lt;175728472+Copilot@users.noreply.github.com&gt;

* T8607: Apply Copilot's suggestions

---------

Co-authored-by: Christian Breunig &lt;christian@breunig.cc&gt;
Co-authored-by: Copilot Autofix powered by AI &lt;175728472+Copilot@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>docs: address review feedback and pre-existing doc-lint errors</title>
<updated>2026-05-11T19:54:12+00:00</updated>
<author>
<name>Claude</name>
<email>noreply@anthropic.com</email>
</author>
<published>2026-05-11T19:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=0d36eb00147b364c67791f5382f7591db04ddecf'/>
<id>urn:sha1:0d36eb00147b364c67791f5382f7591db04ddecf</id>
<content type='text'>
- terraformAWS.md: balance the orphan `.. stop_vyoslinter` directive
  inside the eval-rst block and wrap the long MyST link references at
  EOF with `% stop_vyoslinter`/`% start_vyoslinter`.
- webproxy.md: replace real-world IP 193.49.48.249 with doc-range
  192.0.2.249 in the blacklist update example output.
- console-server.md: "some times" -&gt; "sometimes".
- bgp.md: "command disable" -&gt; "command disables"; add comma before
  "use the delete form"; "Route dampening which described in" -&gt;
  "Route dampening, described in".

https://claude.ai/code/session_01RDpSBDLSWLKMGnyPCaKECB
</content>
</entry>
<entry>
<title>docs: fix typos across configuration, contributing, and vpp docs</title>
<updated>2026-05-11T19:35:04+00:00</updated>
<author>
<name>Claude</name>
<email>noreply@anthropic.com</email>
</author>
<published>2026-05-11T19:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=d9212421139416f1feb454ea71cfca75fa1ab2b8'/>
<id>urn:sha1:d9212421139416f1feb454ea71cfca75fa1ab2b8</id>
<content type='text'>
Corrections include: adresses-&gt;addresses, oder-&gt;other, Them-&gt;The,
criterias-&gt;criteria, seeting-&gt;setting, carefull-&gt;careful,
beeing-&gt;being, reenable-&gt;re-enable, wich-&gt;which, derection-&gt;direction,
Whith-&gt;With, assosiate-&gt;associate, fpr-&gt;for, bootup-&gt;boot, trough-&gt;through.

https://claude.ai/code/session_01RDpSBDLSWLKMGnyPCaKECB
</content>
</entry>
<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>
</feed>
