<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs/configuration/interfaces/index.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>Expanded the OpenVPN information and added examples (#1644)</title>
<updated>2025-06-12T12:00:03+00:00</updated>
<author>
<name>srividya0208</name>
<email>68350089+srividya0208@users.noreply.github.com</email>
</author>
<published>2025-06-12T12:00:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=fcbe40c5d2c6c0bddfab337c7a27f8d1fa194114'/>
<id>urn:sha1:fcbe40c5d2c6c0bddfab337c7a27f8d1fa194114</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T4792: add initial documentation for SSTP client</title>
<updated>2022-12-11T19:32:46+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-12-11T19:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=91e7d86a27814ff35a4cc9630585572082ce4138'/>
<id>urn:sha1:91e7d86a27814ff35a4cc9630585572082ce4138</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T4825: add virtual-ethernet interface docu</title>
<updated>2022-11-25T19:45:20+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-11-25T19:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=37b7955fc2f35e14ce7cd18b8c84afc915f8aceb'/>
<id>urn:sha1:37b7955fc2f35e14ce7cd18b8c84afc915f8aceb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved wg back into /interfaces dir</title>
<updated>2021-07-11T21:30:24+00:00</updated>
<author>
<name>usman-umer</name>
<email>unumer@hotmail.com</email>
</author>
<published>2021-07-11T21:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=edacdd23e522cffa21329e75638720333e5e6b11'/>
<id>urn:sha1:edacdd23e522cffa21329e75638720333e5e6b11</id>
<content type='text'>
</content>
</entry>
<entry>
<title> Moved wireguard from the interfaces to vpn directory, as it is a VPN.</title>
<updated>2021-07-10T22:42:23+00:00</updated>
<author>
<name>usman-umer</name>
<email>unumer@hotmail.com</email>
</author>
<published>2021-07-10T22:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=5b407ed6067f10b400259b53ca5ac5b109b49f1d'/>
<id>urn:sha1:5b407ed6067f10b400259b53ca5ac5b109b49f1d</id>
<content type='text'>
 Modified the index files to reflect this.
 Added Diagram of the VPN Topology
 Modified the weird IP subnets for local&amp; remote sites. This Included:
	Changing the Interface Address for the wg01 tunnel
	Chaning the WAN addresses to addrs not in the RFC1918 range (1.1.1.1 &amp; 2.2.2.2)
	Modifing the allowed IPs and static route to reflect this.
	Modified the ping test to reflect this.
 Added an annotated verison of the wireguard local&amp;remote config.
 Added an example of a firewall exception for wirguard (OUTSIDE_IN)
 Modified the explanation for the behavior of AllowedIPs for remote clients.
 Added an example of "sudo wg" to the operational commands.
 Fixed typo
</content>
</entry>
<entry>
<title>wwan: adjust documentation to latest CLI syntax version</title>
<updated>2021-06-13T11:59:14+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-06-13T11:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=5a8a33ac3677147b8642423e7246015c5d2f457a'/>
<id>urn:sha1:5a8a33ac3677147b8642423e7246015c5d2f457a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arrange: interfaces</title>
<updated>2020-11-29T20:52:28+00:00</updated>
<author>
<name>rebortg</name>
<email>github@ghlr.de</email>
</author>
<published>2020-11-29T20:52:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=4abded8025a47990e58cd0a5fe9b96e38f4a3715'/>
<id>urn:sha1:4abded8025a47990e58cd0a5fe9b96e38f4a3715</id>
<content type='text'>
</content>
</entry>
</feed>
