summaryrefslogtreecommitdiff
path: root/docs/configuration/protocols/isis.rst
AgeCommit message (Collapse)Author
2026-05-06feat: flip swap mechanism — MD as primary, RST as override (Phase 1)Yuriy Andamasov
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-<stem>.md to docs/**/<stem>.md (drop md- prefix) for all 254 stems previously listed in docs/_swap.txt - Rename docs/**/<stem>.rst to docs/**/rst-<stem>.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
2026-04-10isis: T6978: add IS-IS SRv6 configuration (#1760)Jonathan Voss
2026-03-16Merge branch 'current' into syslog-clichksrividya0208
2026-03-12fix ISIS config commands examplesAlex Kudentsov
2026-03-11Correction of syslog and isis cli commands as per the latest versionsrividya0208
2025-10-20isis: T7722: Added the interface LFA configuration commands (#1692)aapostoliuk
Added the interface LFA configuration commands documentation in the protocol ISIS.
2024-05-04protocols: Corrected spelling mistakesAlex W
2023-12-03Add ISIS fast reroute documentationCheeze_It
Adding basic descriptions of ISIS fast reroute documentation. Sadly it's sparse because FRR didn't really document it very deeply. But we'll get more as time goes on.
2023-06-03Update isis.rstCheeze-It
Adding IGP-LDP sync for IS-IS
2022-11-23Adding configuration examples to IS-IS (#894)Cheeze-It
* Adding configuration examples to ISIS * Update isis.rst * Updating IS-IS documentation character lengths * Updating IS-IS documentation again for lengths...
2021-04-20isis: fix example CLI configsChristian Poessinger
This completes commit 4f09fdd ("isis: adjust to latest CLI changes") which changed the CLI syntax bug did not adjust the example configurations
2021-04-16vrf: dynamic routing is now supported - document thisChristian Poessinger
2021-03-21isis: adjust to latest CLI changesChristian Poessinger
The previous tagNode was replaced with a regular node.
2021-01-15isis: T3210: rename command to no-three-way-handshakeLeonid Voronkin
2021-01-12isis: add configuration commands and their explanationsLeonid Voronkin
2020-12-11protocols: fix lint errorsrebortg
2020-12-08fix build error after mergerebortg
2020-12-08Merge branch 'sagitta' of https://github.com/rebortg/vyos-documentationrebortg