summaryrefslogtreecommitdiff
path: root/docs/configuration/protocols/bgp.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-02-16bgp: T7984: add CLI support for "neighbor <N> remote-as auto" (#1769)Christian Breunig
2025-09-15op-mode:T3477: Correction of reset command syntax as per latest (#1676)srividya0208
2025-06-20T7531: Add documentation for no-ipv6-auto-rafactor2431
2024-02-07bgp: T6024: add additional missing FRR featuresChristian Breunig
2023-12-04"show ipv6 bgp" command is not available so replaced with show bgp ipv6srividya0208
2023-04-12FIx BGP Confederation documentRimpei Kunimoto
2023-02-12Fixed TypoKyle McClammy
2023-02-04Shortened config line to be less than 80 charactersKyle McClammy
2023-02-04Add docs for RFC 9234KyleM
Added documentation for new BGP roles for RFC 9234
2022-08-04bgp: T4257: changing BGP "local-as" to "system-as"Christian Poessinger
2022-06-28bgp:syntax checksrividya0208
Removed this config line "set protocols bgp parameters default no-ipv4-unicast" which does not exist in the latest rolling release but this functionality is enabled by default. And corrected few grammar mistakes
2022-04-03BGP: add documentation for <solo> option in neighbor configurationNicolas Fort
2021-10-14Command for setting bgp maximum-paths updated, since it was wrongNicolas Fort
2021-06-30configuration page: corrected spelling and grammatical mistakessrividya0208
There were minimal grammatical and spelling mistakes in the files which I corrected as documentation proof reading. Also added information about few ipsec vpn parameters.
2021-06-11autosectionlabel: add custom headline refrebortg
2021-05-26bgp: adjust to new CLI syntax where local-as is an individual leafNodeChristian Poessinger
2021-04-16vrf: dynamic routing is now supported - document thisChristian Poessinger
2021-03-29bgp: adjust to new CLI formatChristian Poessinger
BGP as number is no longer represented as a tag node on "protocols bgp <asn>" but rather is not represented as leafNode under "protocols bgp local-as <asn>"
2021-02-28BGP: T2100: Adding RFC8212 option toggle.Cheeze_It
Adding documentation on the default RFC8212 behavior for FRR, and how in VyOS we are changing that default. Also added information on the toggle option to enable/disable said RFC8212 functionality.
2021-02-05Merge pull request #444 from sever-sever/bgp-redistrChristian Poessinger
bgp: Fix redistribute parameters
2021-02-05bgp: T1875: Add BGP allow range command documentation (#431)Cheeze-It
This is a documentation addition for the allow range command within BGP, as well as the associated limit command as well. There was a few spelling mistakes that were fixed too, but not anything big. Co-authored-by: Cheeze_It <none@none.com>
2021-02-05bgp: Fix redistribute parameterssever-sever
2021-01-26bgp: fix build indentation warningrebortg
2021-01-16bgp: change comand order, add route filterigLeonid Voronkin
* bgp: change comand order, add route filterig Placed upper more often used commands; Add route filtering; Add confederation commands; Add route dampening.
2021-01-13bgp: fix linter errorsLeonid Voronkin
2021-01-06bgp: add operational level command referenceLeonid Voronkin
Add operational command section
2021-01-05bgp: extend current brief documentationLeonid Voronkin
- add route aggregation configuration section; - add commands for peer configuration; - add peer groups configuration section - add redistribution configuration - add general configuration
2021-01-04Update bgp.rstcraterman
Add some commands to Route Selection section; Add Administrative Distance configuration section; Add Network Advertisement configuration; Add Peers configuration section; Add Timers configuration
2020-11-30arrange services and protocolsrebortg