<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs/configuration/system/syslog.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>Correction of syslog and isis cli commands as per the latest version</title>
<updated>2026-03-11T11:29:35+00:00</updated>
<author>
<name>srividya0208</name>
<email>a.srividya@vyos.io</email>
</author>
<published>2026-03-11T11:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=20e0c5db9594f6a52f611ee6241e09c0c520b462'/>
<id>urn:sha1:20e0c5db9594f6a52f611ee6241e09c0c520b462</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DOC: Proofreading syslog.rst section (#1723)</title>
<updated>2025-12-16T09:26:45+00:00</updated>
<author>
<name>LiudmylaNad</name>
<email>l.nadolina@vyos.io</email>
</author>
<published>2025-12-16T09:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=0b6cb91f0957b1a12c26ad502a8a70239d53fd81'/>
<id>urn:sha1:0b6cb91f0957b1a12c26ad502a8a70239d53fd81</id>
<content type='text'>
* DOC: Proofreading syslog.rst section

* DOC: Add a new paragraph to syslog.rst</content>
</entry>
<entry>
<title>syslog: T4251: Rename "permitted-peers" to "permitted-peer"</title>
<updated>2025-10-31T14:19:27+00:00</updated>
<author>
<name>Oleksandr Kuchmystyi</name>
<email>o.kuchmystyi@vyos.io</email>
</author>
<published>2025-10-31T14:11:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=85a097b4a19b52179b45966cbcc8c7f30030a884'/>
<id>urn:sha1:85a097b4a19b52179b45966cbcc8c7f30030a884</id>
<content type='text'>
- Renamed `permitted-peers` to `permitted-peer`.
- Added support for multiple `permitted-peer` entries.
</content>
</entry>
<entry>
<title>syslog: T4251: Fix documentation of TLS enablement logic for syslog</title>
<updated>2025-10-24T12:01:35+00:00</updated>
<author>
<name>Oleksandr Kuchmystyi</name>
<email>o.kuchmystyi@vyos.io</email>
</author>
<published>2025-10-24T11:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=a271d322e2977686dbd67f5967a9c1660f6789bd'/>
<id>urn:sha1:a271d322e2977686dbd67f5967a9c1660f6789bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syslog: T4251: Add documentation for syslog TLS configuration (#1686)</title>
<updated>2025-10-02T12:20:28+00:00</updated>
<author>
<name>Alexandr K.</name>
<email>alexandrk95@gmail.com</email>
</author>
<published>2025-10-02T12:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=7bed50c205d32dd00e8fc51b1337c6984347e58a'/>
<id>urn:sha1:7bed50c205d32dd00e8fc51b1337c6984347e58a</id>
<content type='text'>
Documented protocol, certificate, auth-mode, and permitted-peers
requirements for TLS configuration.</content>
</entry>
<entry>
<title>syslog: improve description of remote host config options</title>
<updated>2025-03-22T13:52:40+00:00</updated>
<author>
<name>Ben Woods</name>
<email>git@ben.woods.am</email>
</author>
<published>2025-03-22T13:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=d493cad2a536357fd81bae73227df0724f2adf74'/>
<id>urn:sha1:d493cad2a536357fd81bae73227df0724f2adf74</id>
<content type='text'>
- Document "port" config option
- Further explain "format include-timezone"
- Further explain "format octet-counted"</content>
</entry>
<entry>
<title>syslog: missing set in front of commands</title>
<updated>2025-03-18T14:43:52+00:00</updated>
<author>
<name>srividya0208</name>
<email>a.srividya@vyos.io</email>
</author>
<published>2025-03-18T14:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=ac4f351c9b738197950550ff23d5b3d53d68214b'/>
<id>urn:sha1:ac4f351c9b738197950550ff23d5b3d53d68214b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syslog: T6989: add CLI command to disable periodic injection of mark messages (#1604)</title>
<updated>2025-03-04T15:11:02+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-03-04T15:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=de7cf37106e03b37449f628240d02cc037849a95'/>
<id>urn:sha1:de7cf37106e03b37449f628240d02cc037849a95</id>
<content type='text'>
* syslog: T6989: add CLI command to disable periodic injection of mark messages

* Update docs/configuration/system/syslog.rst

Co-authored-by: Daniil Baturin &lt;daniil@vyos.io&gt;

---------

Co-authored-by: Daniil Baturin &lt;daniil@vyos.io&gt;</content>
</entry>
<entry>
<title>syslog: T6989: upgrade CLI to latest version</title>
<updated>2025-01-18T19:57:44+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-01-18T19:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=d1010aed68c2862744a237ed1676f7f06b02f62c'/>
<id>urn:sha1:d1010aed68c2862744a237ed1676f7f06b02f62c</id>
<content type='text'>
</content>
</entry>
</feed>
