summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8588 from idryzhov/a-lot-of-isis-fixesRafael Zalamena2021-04-301-1/+1
|\ | | | | a lot of isis fixes
| * isisd, yang: remove vrf leaf from isis interface nodeIgor Ryzhov2021-04-291-1/+1
| | | | | | | | | | | | | | This is very confusing and incorrect. We can and should use vrf leaf of the interface itself instead. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
* | Merge pull request #8569 from Jafaral/doc-sviDonatas Abraitis2021-04-301-3/+34
|\ \ | | | | | | doc: add evpn discussion of svi and arp cache
| * | doc: add evpn discussion of svi and arp cacheJafar Al-Gharaibeh2021-04-291-3/+34
| |/ | | | | | | Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
* / doc: clang in openbsd is the default and update compiler.Javier Garcia2021-04-281-1/+16
|/ | | | | | | | Also - update info about new packages needed as libcares. - create proper links to libyang so ld can find the lib. Signed-off-by: Javier Garcia <javier.garcia@voltanet.io>
* Merge pull request #8520 from donaldsharp/ecmp_doc_changeMark Stapp2021-04-261-0/+72
|\ | | | | zebra: Add some flavor documentation for ECMP in zebra
| * zebra: Add some flavor documentation for ECMP in zebraDonald Sharp2021-04-221-0/+72
| | | | | | | | Signed-off-by: Donald Sharp <sharpd@nvidia.com>
* | Merge pull request #8526 from donaldsharp/sysctl_docDonatas Abraitis2021-04-252-0/+30
|\ \ | | | | | | doc: Start talking about useful sysctl's for proper zebra operation
| * | doc: Start talking about useful sysctl's for proper zebra operationDonald Sharp2021-04-202-0/+30
| |/ | | | | | | | | | | Add some color to useful sysctl's that are needed for FRR proper operation. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
* | Merge pull request #8495 from opensourcerouting/ospfv3-bfd-reworkIgor Ryzhov2021-04-231-1/+4
|\ \ | | | | | | ospf6d: rework BFD integration and add BFD profiles support
| * | doc: OSPFv3 BFD profile documentationRafael Zalamena2021-04-221-1/+4
| |/ | | | | | | | | | | Let user know he can use BFD profiles with OSPFv3. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
* / doc: document new PIM BFD command variantRafael Zalamena2021-04-231-1/+4
|/ | | | | | Tell user he can configure BFD profile for sessions created by PIM. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
* doc: fix ospfd maximum-paths commandIgor Ryzhov2021-04-191-8/+4
| | | | Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
* Merge pull request #8356 from LabNConsulting/working/lb/docker-ci-v2Quentin Young2021-04-141-0/+64
|\
| * doc: add Ubuntu18.04 and 20.04 container info to building-docker.rstLou Berger2021-04-121-0/+64
| | | | | | | | Signed-off-by: Lou Berger <lberger@labn.net>
* | Merge pull request #8450 from ton31337/feature/frr_history_turn_on_offDonald Sharp2021-04-141-0/+8
|\ \ | | | | | | vtysh: Set history file on demand
| * | doc: Add an option for vtysh to override history file pathDonatas Abraitis2021-04-121-0/+8
| |/ | | | | | | Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* | Merge pull request #8320 from idryzhov/prefix-list-seqnumDonald Sharp2021-04-141-11/+0
|\ \ | | | | | | lib: remove "ip prefix-list sequence-number" command
| * | lib: remove "ip prefix-list sequence-number" commandIgor Ryzhov2021-03-231-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the transition of prefix-lists to northbound, this setting controlled whether sequence numbers were displayed in the config. After the transition, sequence numbers are always displayed in the configuration, and this command only controls the output of the show commands, which is not very useful. This command is not even shown in the config anymore. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
* | | Merge pull request #8446 from ↵Sri Mohana Singamsetty2021-04-141-2/+5
|\ \ \ | | | | | | | | | | | | | | | | ton31337/fix/json_output_for_specific_vs_global_should_be_the_same bgpd: Add `show bgp json detail` command
| * | | doc: Add `show bgp json detail` command to print more verbose JSON outputDonatas Abraitis2021-04-131-2/+5
| | | | | | | | | | | | | | | | Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* | | | Merge pull request #8448 from ↵Sri Mohana Singamsetty2021-04-141-0/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | ton31337/feature/show_rpki_state_in_global_show_bgp bgpd: Show RPKI short state in `show bgp <afi> <safi>`
| * | | doc: Add BGP RPKI show header to some output examplesDonatas Abraitis2021-04-121-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* | | | Merge pull request #8153 from reubendowle/nhrp-multicastJafar Al-Gharaibeh2021-04-132-1/+35
|\ \ \ \ | | | | | | | | | | nhrp, ospf: add nhrp multicast for OSPF DMVPN
| * | | | nhrpd: Document how to block redirected multicast packetsReuben Dowle2021-04-051-2/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
| * | | | ospfd: Document option to support dmvpn networksReuben Dowle2021-04-051-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
| * | | | nhrpd: Document multicast functionalityReuben Dowle2021-04-051-0/+28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
* | | | | Merge pull request #8431 from ton31337/feature/show_bgp_version_per_prefixRuss White2021-04-131-0/+20
|\ \ \ \ \ | | | | | | | | | | | | bgpd: Add `show bgp version <version>` command
| * | | | | doc: Add `show [ip] bgp version <version>` commandDonatas Abraitis2021-04-121-0/+20
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* | | | | Merge pull request #8389 from idryzhov/route-map-optimization-nbRenato Westphal2021-04-131-3/+3
|\ \ \ \ \ | | | | | | | | | | | | lib: convert route-map optimization to NB
| * | | | | lib, doc: add "route-map NAME optimization" commandIgor Ryzhov2021-04-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we have a "route-map optimization" command which is entered from inside the route-map entry but actually applies to the whole route-map. In addition, this command is not shown in the running-config and not stored to the startup-config during "write". Let's add a new command on the config node level to control this setting and show it in the running-config to make possible to save it during "write". The old command is saved for the backward compatibility but hidden and marked as deprecated. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
* | | | | | Merge pull request #8288 from qlyoung/readd-space-support-to-find-commandDavid Lamparter2021-04-131-11/+22
|\ \ \ \ \ \
| * | | | | | doc: update docs for `find REGEX...` commandQuentin Young2021-04-071-11/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Quentin Young <qlyoung@nvidia.com>
* | | | | | | Merge pull request #8100 from qlyoung/remove-sample-conf-filesDavid Lamparter2021-04-1312-13/+313
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | *: remove *.conf.sample filesQuentin Young2021-04-0912-13/+313
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of these are many, many years out of date. All of them vary randomly in quality. They show up by default in packages where they aren't really useful now that we use integrated config. Remove them. The useful ones have been moved to the docs. Signed-off-by: Quentin Young <qlyoung@nvidia.com>
* | | | | | | Merge pull request #8440 from qlyoung/doc-describe-acceptable-commit-messagesJafar Al-Gharaibeh2021-04-111-0/+12
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | doc: describe acceptable commit messages
| * | | | | | doc: describe acceptable commit messagesQuentin Young2021-04-091-0/+12
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update workflow.rst to state that commit messages consisting solely of program output, or that otherwise fail to adequately summarize the changes being made, are unacceptable. Signed-off-by: Quentin Young <qlyoung@nvidia.com>
* | | | | | Merge pull request #8438 from donaldsharp/doc_on_sleepDonatas Abraitis2021-04-101-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | doc: Check for convergence, not sleep for convergence
| * | | | | | doc: Check for convergence, not sleep for convergenceDonald Sharp2021-04-091-0/+9
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Donald Sharp <sharpd@nvidia.com>
* | | | | | Merge pull request #8444 from qlyoung/doc-system-requirementsDonatas Abraitis2021-04-101-0/+27
|\ \ \ \ \ \ | | | | | | | | | | | | | | doc: vaguely describe system requirements
| * | | | | | doc: vaguely describe system requirementsQuentin Young2021-04-101-0/+27
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lame attempt at describing the factors involved in choosing resources for running FRR Signed-off-by: Quentin Young <qlyoung@nvidia.com>
* / | | | | doc: document BGP neighbor timersQuentin Young2021-04-101-0/+10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | The keepalive, hold, and connect timers were undocumented. Signed-off-by: Quentin Young <qlyoung@nvidia.com>
* / / / / doc: add "show memory [DAEMON]"Igor Ryzhov2021-04-091-2/+3
|/ / / / | | | | | | | | | | | | Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
* | / / docs: add zebra debug docsMark Stapp2021-04-061-0/+65
| |/ / |/| | | | | | | | | | | | | | Add docs for the zebra debug commands. Signed-off-by: Mark Stapp <mjs@voltanet.io>
* | | Merge pull request #8378 from pguibert6WIND/listen_group_limitQuentin Young2021-04-041-0/+9
|\ \ \ | | | | | | | | bgpd: increase the maximum number of neighbors in a listen group
| * | | bgpd: increase the maximum number of neighborsPhilippe Guibert2021-04-021-0/+9
| |/ / | | | | | | | | | | | | | | | | | | increase the maximum number of neighbors in a bgp group. Set the maximum value to 50000 instead of 5000. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
* / / doc: Add Displaying Routes by RD sectionTrey Aspelund2021-04-011-5/+32
|/ / | | | | | | | | | | | | | | Add docs for commands to display BGP table per-RD. Also update commands to mention flowspec, routes, advertised-routes, and received-routes. Signed-off-by: Trey Aspelund <taspelund@nvidia.com>
* | Merge pull request #8350 from opensourcerouting/printfrr-revampMark Stapp2021-03-313-50/+299
|\ \ | | | | | | lib: `printfrr()` care package
| * | doc/developer: improve printfrr extension docsDavid Lamparter2021-03-303-54/+299
| | | | | | | | | | | | | | | | | | | | | The table is getting rather clunky, let's just break this out and make it pretty there. Signed-off-by: David Lamparter <equinox@diac24.net>
| * | lib: add `%*pHX` + `%*pHS` hexdump in printfrrDavid Lamparter2021-03-301-0/+2
| | | | | | | | | | | | | | | | | | (I'll get to `zlog_hexdump()` in a separate pass.) Signed-off-by: David Lamparter <equinox@diac24.net>