summaryrefslogtreecommitdiff
path: root/docs/configuration/protocols/bfd.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
2024-01-23bfd: T5967: add minimum-ttl optionChristian Breunig
2023-06-30Fixing of various errors with duplicate labelsrebortg
2023-05-18BFD : add static monitoring documentationfett0
2023-01-27bfd: update proofread due no changesrebortg
2022-02-05BFD: fix commands for operational mode and configuration modeFerran Tufan
Per https://phabricator.vyos.net/T3267, per-interface configuration for OSPF has been moved from the 'interface' to the 'protocols' tree. Finally, for op-mode, per https://phabricator.vyos.net/T4077, 'show protocols bfd' has been renamed to 'show bfd'.
2021-09-29bfd: correct spelling and grammarrebortg
2021-05-26bgp: adjust to new CLI syntax where local-as is an individual leafNodeChristian Poessinger
2021-01-12BFD: Added explanation on the purposemaehdros
2021-01-12bfd: add command for isisLeonid Voronkin
2020-12-11protocols: fix lint errorsrebortg
2020-11-30arrange services and protocolsrebortg