<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs/configuration/interfaces/bridge.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>bridge: T8411: Add disable-learning option for member interface (#1850)</title>
<updated>2026-04-21T11:47:18+00:00</updated>
<author>
<name>Nataliia S.</name>
<email>81954790+natali-rs1985@users.noreply.github.com</email>
</author>
<published>2026-04-21T11:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=cac7b484e89354fae0054c8f33c4dc5139df42fa'/>
<id>urn:sha1:cac7b484e89354fae0054c8f33c4dc5139df42fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DOC: Proofreading bridge.rst (#1727)</title>
<updated>2025-12-23T13:30:23+00:00</updated>
<author>
<name>LiudmylaNad</name>
<email>l.nadolina@vyos.io</email>
</author>
<published>2025-12-23T13:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=3481dc487abe29d5f09e72f6bbdaaf1e3321056f'/>
<id>urn:sha1:3481dc487abe29d5f09e72f6bbdaaf1e3321056f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proofread bridge interface</title>
<updated>2024-07-04T13:12:13+00:00</updated>
<author>
<name>whyrlpool</name>
<email>26317568+whyrlpool@users.noreply.github.com</email>
</author>
<published>2024-07-04T13:12:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=d65bc2bbb0819f8acc9517a1cb97752024a8f5b9'/>
<id>urn:sha1:d65bc2bbb0819f8acc9517a1cb97752024a8f5b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bridge: T6125: support 802.1ad (ethertype 0x88a8) VLAN filtering</title>
<updated>2024-03-20T20:33:37+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-03-20T20:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=a7f2e520cbf8b24ccb5e266b5d4c739588aed48e'/>
<id>urn:sha1:a7f2e520cbf8b24ccb5e266b5d4c739588aed48e</id>
<content type='text'>
Linux bridge uses EtherType 0x8100 by default. In some scenarios, an EtherType
value of 0x88A8 is required.

Reusing CLI command from VIF-S (QinQ) interfaces:
  set interfaces bridge br0 protocol 802.1ad
</content>
</entry>
<entry>
<title>bridge: Add IGMP/MLD snooping</title>
<updated>2022-07-07T17:50:15+00:00</updated>
<author>
<name>Yuxiang Zhu</name>
<email>vfreex@gmail.com</email>
</author>
<published>2022-07-07T17:46:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=2bd0adb63485c165d732e8cbe3f97024d2ef7b4e'/>
<id>urn:sha1:2bd0adb63485c165d732e8cbe3f97024d2ef7b4e</id>
<content type='text'>
... and update the description for `igmp querier`
to match the fact that MLD querier is also controlled by that option.
</content>
</entry>
<entry>
<title>bridge: correct oper commands</title>
<updated>2021-07-22T13:05:46+00:00</updated>
<author>
<name>fett0</name>
<email>fernando.gmaidana@gmail.com</email>
</author>
<published>2021-07-22T13:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=28d4bc3d2ca5451ee5d32df7099315abc924a6bc'/>
<id>urn:sha1:28d4bc3d2ca5451ee5d32df7099315abc924a6bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bridge: correct spelling and grammar</title>
<updated>2021-06-30T14:16:42+00:00</updated>
<author>
<name>rebortg</name>
<email>github@ghlr.de</email>
</author>
<published>2021-06-30T14:16:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=a0fd889cb85ed8b3237601e08ea8e127c5ea831f'/>
<id>urn:sha1:a0fd889cb85ed8b3237601e08ea8e127c5ea831f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bridge: Independent VLAN aware bridge document</title>
<updated>2021-01-16T21:44:15+00:00</updated>
<author>
<name>jack9603301</name>
<email>jack9603301@163.com</email>
</author>
<published>2021-01-16T10:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=694628045ffc125deacd2d272c7d7f92aa95c9ce'/>
<id>urn:sha1:694628045ffc125deacd2d272c7d7f92aa95c9ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bridge: Add active VLAN aware option</title>
<updated>2021-01-11T11:21:58+00:00</updated>
<author>
<name>jack9603301</name>
<email>jack9603301@163.com</email>
</author>
<published>2021-01-10T09:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=9c6293817944b61ac33ae9df4b44978217f38e17'/>
<id>urn:sha1:9c6293817944b61ac33ae9df4b44978217f38e17</id>
<content type='text'>
</content>
</entry>
</feed>
