summaryrefslogtreecommitdiff
path: root/docs/configuration/protocols
AgeCommit message (Collapse)Author
2026-04-07T8046: traffic-engineering (#1726)Kyrylo Yatsenko
2026-03-30Add TODO markers, fill placeholders, mark stub pages (#1802)Yuriy Andamasov
* chore: add TODO markers for 12 files needing cfgcmd/opcmd conversion Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: fill TBD placeholder in flow-accounting, remove TBD in static routes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * docs: add stub admonitions to 3 minimal pages Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: replace non-RFC IP addresses and suppress false positives in linter Replace public IPs with RFC 5737 documentation addresses and add stop/start_vyoslinter markers for false positives (MAC addresses, OIDs, NAT64 well-known prefix). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: replace remaining non-RFC IPs and suppress MAC address false positive - Replace 8.8.8.8 (Google DNS) with 192.0.2.1 (RFC 5737) in: - docs/configexamples/ansible.rst (3 occurrences) - docs/configexamples/nmp.rst (1 occurrence) - docs/automation/terraform/terraformvSphere.rst (1 occurrence) - Wrap SHA-256 certificate fingerprint in openvpn-examples.rst with stop_vyoslinter/start_vyoslinter to suppress false-positive IPv6 flag Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: wrap long lines to comply with 80-char line length limit Wrapped prose content exceeding 80 characters in 9 documentation files. Only RST prose and directive content was modified; code block contents were left untouched as they are exempt from the linter. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: wrap 2 remaining long lines for linter compliance Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: suppress linter for long URL reference in terraformvSphere.rst * fix: address Copilot review suggestions — broken links, typos, YAML indentation - Fix broken inline RST links split across lines in sysctl.rst, eve-ng.rst, oracle.rst (stub notes with VyOS documentation repository link) - Fix YAML indentation in both playbook code blocks in ansible.rst - Fix typo "VyoS" -> "VyOS" in ansible.rst - Fix typo "desition" -> "decision" in terraformvSphere.rst - Fix 4 occurrences of "Terrafom" -> "Terraform" in terraformvSphere.rst - Fix :doc: role split across two lines in openvpn-examples.rst - Wrap long paragraph in openconnect.rst to <=80 chars and remove unnecessary stop/start_vyoslinter markers Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: resolve remaining linter failures — long lines and OID false positive Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: revert 8.8.8.8 replacements, use stop_vyoslinter instead --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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
2026-02-16bgp: T7984: add CLI support for "neighbor <N> remote-as auto" (#1769)Christian Breunig
2025-10-20isis: T7722: Added the interface LFA configuration commands (#1692)aapostoliuk
Added the interface LFA configuration commands documentation in the protocol ISIS.
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
2025-04-29failover: Added additional information about health checks (#1629)aapostoliuk
Added additional information about health checks
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
2024-12-14multicast: T6746: add "protocols static mroute" documentationT6746-frr-10Christian Breunig
2024-12-14static: T6746: document BFD for static routesChristian Breunig
2024-12-14static: fix duplicate labelsChristian Breunig
2024-12-14static: restructure chapters and split out arpChristian Breunig
2024-11-13Merge pull request #1566 from nvollmar/T6871Daniil Baturin
T6871: add missing static route documentation
2024-11-13T6871: add missing static route documentationNicolas Vollmar
2024-09-12openfabric: T6652: fix build errors and missing TOC referenceChristian Breunig
2024-09-12openfabric: T6652: OpenFabric protocol documentationNataliia Solomko
https://docs.frrouting.org/en/latest/fabricd.html#openfabric
2024-05-04protocols: Corrected spelling mistakesAlex W
2024-04-09Merge pull request #1353 from daknob/rpki-refreshRobert Göhler
Refresh RPKI Document
2024-04-09Failover - Slight rephrase of initial summary paragraph.Chrisc-c-c
2024-04-05Fix indentation in RPKI document (tabs to spaces)Antonios Chariton (daknob)
2024-04-05Fix mistake in RPKI documentation about the use of TLSAntonios Chariton (daknob)
HTTP is not used for RPKI information, the RTR protocol is used, which works on top of plain TCP. Although some implementations can use TLS, VyOS (and FRR) do not support it, and use either plain TCP or SSH.
2024-04-05Refresh RPKI DocumentAntonios Chariton (daknob)
- Rephrase introduction slightly - Replace GoRTR w/ StayRTR (official CF deprecation and assignment of succesor) - Add rpki-client (probably the best software to use with StayRTR) - Remove RIPE RPKI Validator (deprecated) - Replace RIPE's instructions (deprecated) with NLnet Labs' - Update ROA coverage metrics (yay for 20% -> 60% ROA coverage!) - Add missing Oxford comma - Replace RIPE's deprecated test with Cloudflare's
2024-02-11srv6: T5849: add segment support to "protocols static route6"Christian Breunig
2024-02-08Merge pull request #1268 from vyos/rpki-T6023Christian Breunig
rpki: T6023: add support for CLI knobs expire-interval and retry-interval
2024-02-07rpki: T6023: add support for CLI knobs expire-interval and retry-intervalChristian Breunig
2024-02-07bgp: T6024: add additional missing FRR featuresChristian Breunig
2024-01-23bfd: T5967: add minimum-ttl optionChristian Breunig
2023-12-07Merge pull request #1174 from srividya0208/minor_errorsRobert Göhler
"show ipv6 bgp" command is not available so replaced with show bgp ipv6
2023-12-04"show ipv6 bgp" command is not available so replaced with show bgp ipv6srividya0208
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-11-30fix build and ref warningsrebortg
2023-11-15Merge pull request #1151 from vyos/frr-pim-T5733Christian Breunig
pim: igmp: T5733: adjust to latest CLI syntax
2023-11-13pim: igmp: T5733: adjust to latest CLI syntaxChristian Breunig
2023-11-09correction of typossrividya0208
2023-09-10T5518: Document `protocols pim6`Yuxiang Zhu
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-30Fixing of various errors with duplicate labelsrebortg
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-06-03Update isis.rstCheeze-It
Adding IGP-LDP sync for IS-IS
2023-05-18BFD : add static monitoring documentationfett0
2023-04-27T5123: Update ospf.rstZhiyuan Wan
ospf: Support show detailed ospf routing table. Signed-off-by: Zhiyuan Wan <h@iloli.bid>
2023-04-24Add protocol failover route policyViacheslav Hletenko
2023-04-17fix duplicate labelsrebortg
2023-04-17babel: fix build errorsrebortg
2023-04-11Merge pull request #985 from nxzz/patch-1Robert Göhler
FIx BGP Confederation document