summaryrefslogtreecommitdiff
path: root/docs/configuration/protocols/ospf.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
2025-03-30ospfv3: Update wireguard examplePeter Lehmann
- Remove no longer needed note to manually set link-local addresses - Recommend to manually set path cost on wireguard links
2023-11-30fix build and ref warningsrebortg
2023-07-25ospf: T5377: add graceful restart FRR feature (RFC 3623)Christian Breunig
2023-07-03ospf: T5334: add support for External Route Summarisation Type-5 and Type-7Christian Breunig
2023-06-03Update ospf.rstCheeze-It
Re-adding a part that I accidentally deleted.
2023-06-03Update ospf.rstCheeze-It
Adding IGP-LDP sync for OSPF
2023-04-27T5123: Update ospf.rstZhiyuan Wan
ospf: Support show detailed ospf routing table. Signed-off-by: Zhiyuan Wan <h@iloli.bid>
2022-11-24Updating ospf.rst and adding examplesCheeze-It
2022-08-25ospfv3 /mpls : worng commannds and descriptionfett0
2022-08-25ospfv3 /mpls : worng commannds and descriptionfett0
2022-03-25ospf: add export-list/import-list & mamixum-pathsfett0
2022-03-25ospf: add export-list/import-list & mamixum-pathsfett0
2021-11-28ospfv3: add vrf supportChristian Poessinger
2021-11-27ospf: T3753: document new CLI for passive modeChristian Poessinger
2021-11-27ospfv3: rename intname -> interface on CLI examplesChristian Poessinger
2021-08-15ospf: T3757: add new CLI command "set protocols ospf interface <if> area <id>"Christian Poessinger
2021-06-11autosectionlabel: add custom headline refrebortg
2021-03-23Correction of the syntax for "Interface Configuration" OSPFv3 sectionsrividya0208
Modified the commands as per the latest rolling release.
2021-02-05ospf: add hello-multiplierChristian Poessinger
2021-02-05ospf: T3267: move "interface ip ospf" CLI nodes to "protocols ospf" treeChristian Poessinger
2021-01-30ospf: adjust sections to section guidelinesChristian Poessinger
2021-01-27ospf: change redistribution metric valueLeonid Voronkin
due to T3194
2021-01-19OSPF: added OSPFv3 commands and formated OSPFv2Leonid Voronkin
Added OSPFv3 configuration and operation commands. OSPFv2 formatted according to Style Guide. added summarization commands for OSPFv2.
2021-01-09ospf: updatesLeonid Voronkin
2021-01-08ospf: update routing protocol command definitionsLeonid Voronkin
2021-01-07Update ospf.rstLeonid Voronkin
2021-01-06Update ospf.rstLeonid Voronkin
add command and their explanation
2020-12-29Update ospf.rstmaehdros
Update can not to cannot
2020-12-29Update ospf.rstmaehdros
Add a small command to see the OSPFv3 redistribute routes; I plan to write a bit more
2020-12-10ospf: combine v3/v3 in one chapterChristian Poessinger
2020-11-30arrange services and protocolsrebortg