summaryrefslogtreecommitdiff
path: root/docs/configuration/protocols
AgeCommit message (Collapse)Author
2023-04-10Segment-rounting : Fixed documetation and add exammplefett0
2023-03-28Segment-rounting : Add documentation about segment-routing mpls on VyOSfett0
2023-02-28Merge pull request #949 from vfreex/feature-babelChristian Breunig
T4977: Add Babel routing protocol
2023-02-12Fixed TypoKyle McClammy
2023-02-06T4977: Add Babel routing protocolYuxiang Zhu
Documentation for https://github.com/vyos/vyos-1x/pull/1800.
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
2023-01-31T1237: Add protocol failover routeViacheslav Hletenko
2023-01-27igmp: sync branchesrebortg
2023-01-27bfd: update proofread due no changesrebortg
2022-11-24Updating ospf.rst and adding examplesCheeze-It
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...
2022-08-25ospfv3 /mpls : worng commannds and descriptionfett0
2022-08-25ospfv3 /mpls : worng commannds and descriptionfett0
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-05-05arp: adjust to new CLI syntaxChristian Poessinger
2022-04-03BGP: add documentation for <solo> option in neighbor configurationNicolas Fort
2022-03-31cfgcmd: correct various command typosrebortg
2022-03-25ospf: add export-list/import-list & mamixum-pathsfett0
2022-03-25ospf: add export-list/import-list & mamixum-pathsfett0
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'.
2022-01-04Update rpki.rstouliuquan
fix the missing "set" cmd
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-10-14Command for setting bgp maximum-paths updated, since it was wrongNicolas Fort
2021-10-07rip: correct build warningrebortg
2021-10-04rip: correct spelling and grammarrebortg
2021-09-30Adding MPLS documentation changes that I forgot to add a long time ago.Cheeze_It
Here we are adding documentation showing the separation of MPLS enable for interfaces separately from LDP. This was decoupled a while ago but I completely forgot to add it to the documentation. It is added now though.
2021-09-30igmp: correct spelling and grammarrebortg
2021-09-29bfd: correct spelling and grammarrebortg
2021-09-15rpki: fix linkrebortg
2021-08-15ospf: T3757: add new CLI command "set protocols ospf interface <if> area <id>"Christian Poessinger
2021-07-12grammar & spell checksrividya0208
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-05-21rpki: make documentation vendor neutralAlex Band
I took the remark that rpki.readthedocs.io is somewhat NLnet Labs tools-centric to heart and made it completely neutral. It no longer has any vendor-specific documentation at all.
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-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-03-23Correction of the syntax for "Interface Configuration" OSPFv3 sectionsrividya0208
Modified the commands as per the latest rolling release.
2021-03-21isis: adjust to latest CLI changesChristian Poessinger
The previous tagNode was replaced with a regular node.
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-05vrf: static: T2450: adjust to new CLI syntaxChristian Poessinger
2021-02-05Merge pull request #444 from sever-sever/bgp-redistrChristian Poessinger
bgp: Fix redistribute parameters
2021-02-05ospf: add hello-multiplierChristian Poessinger
2021-02-05ospf: T3267: move "interface ip ospf" CLI nodes to "protocols ospf" treeChristian Poessinger
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>