<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs/_include/interface-address-with-dhcp.txt, 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-14T04:19:11+00:00</updated>
<entry>
<title>docs: remove spurious mid-sentence blank lines in 4 admonition bodies (Copilot review)</title>
<updated>2026-05-14T04:19:11+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-14T04:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=76cc079a11c8d2f60238a4ec19db02ab20d0c09c'/>
<id>urn:sha1:76cc079a11c8d2f60238a4ec19db02ab20d0c09c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: convert _include/interface-address-with-dhcp.txt MyST→RST (per RST-leftovers cleanup design)</title>
<updated>2026-05-13T23:35:36+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-13T23:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=f356d2db616d9324efe8954cd040e3a5daf71539'/>
<id>urn:sha1:f356d2db616d9324efe8954cd040e3a5daf71539</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: import MyST swap mechanism + content for sagitta (replaces #1886)</title>
<updated>2026-05-06T15:46:21+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-06T15:46:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=88957530a3e174bfc61e8358cb2b28fd8f1fbbb6'/>
<id>urn:sha1:88957530a3e174bfc61e8358cb2b28fd8f1fbbb6</id>
<content type='text'>
Replaces the broken #1886 with a fresh, properly-converted MyST set for
the sagitta (1.4.x) docs, mirroring what landed for circinus via #1897.

This PR:

- Re-imports 210 md-*.md files for sagitta. Source: ran the pipelines
  rst-to-myst converter (chrisjsewell/rst-to-myst v0.4.0, with pandoc
  fallback) on sagittas RST. Post-processed via the pipelines
  postprocess stage (10 ordered fixes for blanks, admonitions, label
  hyphens, pandoc artifacts, structural blanks, linter markers).
  Compared to the broken #1886 content (which was left over from an
  earlier stage-1-only run): zero raw `&lt;div class=&gt;` remnants.

- For 23 stems where sagittas RST is byte-identical with currents RST
  (mostly stable policy/protocol pages and the 404 page), reuses currents
  already-validated md-*.md content rather than re-converting.

- Drops cli and installation/cloud/aws from sagittas swap set: their
  RST has SEVERE/4 "Title level inconsistent" errors that crash
  rst-to-myst; they need an independent RST-source fix and are kept as
  RST-only for now.

- Adds the per-page swap mechanism: scripts/swap_sources.py,
  scripts/import_myst.py, the matching tests under tests/, _swap.txt
  with 210 stems, _ext/vyos.py MyST renderer fallback, Makefile
  swap-wrapped targets, .readthedocs.yml swap pre/post hooks.

- Adds 187 .webp images and removes 235 superseded .jpg/.png/.jpeg
  static assets; flips html_logo to vyos-logo.webp.

- Adds the MyST swap-related blocks to docs/conf.py only:
  myst_enable_extensions, myst_fence_as_directive, md-*.md exclude
  patterns, _swap_exclude.txt reader, _prefer_webp and _copy_md_sources
  setup hooks. github_version fallback set to 'sagitta' to match the
  branch (parallel to currents 'current' and circinuss 'circinus').

Deliberately excluded (per user direction):

- llms.txt and sphinx-llms-txt / sphinx-sitemap config: these will
  land separately for sagitta via #1870 plus a new sagitta-specific
  llms.txt template PR. The conf.py here does not pull those extensions
  in, so the build does not depend on the new pip packages.

Verification before pushing:

- 210 md-*.md = 210 _swap.txt stems = 210 RST siblings on sagitta (1:1:1).
- 0 files contain raw `&lt;div class=` (the breakage that took down /en/1.5/).
- conf.py copyright/version/release preserve sagittas values
  (2024 / 1.4 / "1.4.x (sagitta)") - not currents.
- html_title from currents conf.py removed - PR #1880 is the right place
  for sagittas branch-localized title.

Supersedes / closes on merge:

- #1886 (broken converter output, would break /en/1.4/ if merged).

Generated by robots https://vyos.io
</content>
</entry>
<entry>
<title>T4497: add info about dhcp enter/exit hooks</title>
<updated>2023-02-26T20:15:45+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-02-26T20:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=e1229bca25d62cd3beb1fc27e348cb8c8e12f15e'/>
<id>urn:sha1:e1229bca25d62cd3beb1fc27e348cb8c8e12f15e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix DHCP address syntax</title>
<updated>2021-04-14T03:14:30+00:00</updated>
<author>
<name>Shawn Wilsher</name>
<email>656602+sdwilsh@users.noreply.github.com</email>
</author>
<published>2021-04-14T03:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=51b4f6d87f656a7aaa13be3eb3f10a08586ab538'/>
<id>urn:sha1:51b4f6d87f656a7aaa13be3eb3f10a08586ab538</id>
<content type='text'>
`dhcp` and `dhcpv6` were missing the `address` part of the line, and the command does not work.

Tested in 1.3.0 rc1</content>
</entry>
<entry>
<title>interfaces: add generic QinQ VLAN documentation</title>
<updated>2020-11-24T18:38:52+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-24T18:38:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=7399b53b9d09ef07219631f79aeebd87c1b98d1e'/>
<id>urn:sha1:7399b53b9d09ef07219631f79aeebd87c1b98d1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interfaces: vlan: remove wrong arg in cmd headline</title>
<updated>2020-11-23T20:19:44+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-23T20:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=cdb3550aaf1beb0d2069f33c5e66a232f7cbdee1'/>
<id>urn:sha1:cdb3550aaf1beb0d2069f33c5e66a232f7cbdee1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interfaces: add generic VLAN documentation</title>
<updated>2020-11-23T16:32:11+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-23T16:32:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=6588e905512e80e6038fd210837b52f43a7632ad'/>
<id>urn:sha1:6588e905512e80e6038fd210837b52f43a7632ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interfaces: consolidate vxlan, geneve, wifi, pppoe, wwan to new include command syntax</title>
<updated>2020-11-10T21:57:12+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-10T21:57:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=f0ed78b3ad3a7806b0443a2771cdeb6cbd13ba5a'/>
<id>urn:sha1:f0ed78b3ad3a7806b0443a2771cdeb6cbd13ba5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interfaces: add common description include file</title>
<updated>2020-11-10T19:26:15+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-11-10T19:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=be6c3c1624174c5762a1349e31111d34db642767'/>
<id>urn:sha1:be6c3c1624174c5762a1349e31111d34db642767</id>
<content type='text'>
</content>
</entry>
</feed>
