summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: Replace wrong paths for centos/fedora source build instructionsDonatas Abraitis2020-01-094-18/+15
| | | | Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* doc: Clarify what is supported directly in PIM documentationDonald Sharp2020-01-071-0/+7
| | | | | | | | | The FRR community keeps getting asked about what is supported or not. Try to clarify in an additional spot what is and what is not supported. Where people interested in using PIM might have a chance at actually seeing the notification. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* doc: Add rfc8212 to supported RFCs listDonatas Abraitis2020-01-031-0/+2
| | | | Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* doc: Updating FRR supported RFC listSri Mohana Singamsetty2020-01-031-49/+101
| | | | | | | 1. Added subsections for BGP, MPLS, ISIS, OSPF etc. 2. Updated RFCs for BGP, MPLS, OSPF. Signed-off-by: Sri Mohana Singamsetty <msingamsetty@vmware.com>
* Merge pull request #5593 from ton31337/feature/rhel8_rpmDonald Sharp2020-01-013-6/+181
|\ | | | | packaging: Add CentOS 8 support
| * doc: Use proper numbering for `packaging-redhat.rst`Donatas Abraitis2019-12-271-5/+5
| | | | | | | | Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
| * doc: Add a section in `Building FRR` for CentOS 8Donatas Abraitis2019-12-273-1/+176
| | | | | | | | Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* | doc: Add bgp neighbor password commandDonald Sharp2019-12-271-0/+9
|/ | | | | | | | | The bgp neighbor password command was not documented additionally the fact that you may need to instruct the kernel to have more memory available for tcp sockets when using this feature on a large number of peers. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* Merge pull request #5543 from Jafaral/routeridDonatas Abraitis2019-12-191-0/+19
|\ | | | | zebra: add 'show router-id'
| * zebra: add 'show router-id'Jafar Al-Gharaibeh2019-12-171-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | router-id is buried deep in "show running-config", this new command makes it easy to retrieve the user configured router-id. Example: # configure terminal (config)# router-id 1.2.3.4 (config)# end # show router-id router-id 1.2.3.4 # configure terminal (config)# no router-id 1.2.3.4 (config)# end # show router-id # Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
* | Merge pull request #5549 from donaldsharp/automatedDonatas Abraitis2019-12-191-1/+8
|\ \ | | | | | | doc: Update workflow to include new automated testing Requirement
| * | doc: Update workflow to include new automated testing RequirementDonald Sharp2019-12-171-1/+8
| |/ | | | | | | | | | | | | Update the workflow.rst file to outline new requirement for features to include automated testing of some sort. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* | doc: fix duplicate -S option in bgpd manpageQuentin Young2019-12-181-5/+0
| | | | | | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* | doc: update overview.rst for the new millenniumQuentin Young2019-12-181-78/+64
| | | | | | | | | | | | | | | | Provide a more succinct summary of what FRR is, what it does, where it sits in the network stack. Also remove some outdated comments about features. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* | Merge pull request #5514 from Jafaral/nhrp-docsQuentin Young2019-12-171-15/+78
|\ \ | |/ |/| doc: add discussion for a handful of nhrp commands
| * doc: add discussion for a handful of nhrp commandsJafar Al-Gharaibeh2019-12-171-15/+78
| | | | | | | | Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
* | Merge pull request #5427 from liam-mcb/igmp-join-anyDonald Sharp2019-12-161-3/+3
|\ \ | | | | | | pimd: Add command to join any-source multicast.
| * | pimd: Add command to join any-source multicast.Liam McBirnie2019-12-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Allow 'ip igmp join' to join group for any source if no source is specified. Disallow joining source "0.0.0.0" as it is used to define an any-source multicast group. Signed-off-by: Liam McBirnie <liam.mcbirnie@boeing.com>
* | | doc: document ip mroute static route cmdJafar Al-Gharaibeh2019-12-091-2/+9
| |/ |/| | | | | Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
* | Merge pull request #5499 from sworleys/Pbr-DetailJafar Al-Gharaibeh2019-12-071-0/+6
|\ \ | | | | | | pbrd: make the show pbr map output better
| * | doc: add show pbr map docStephen Worley2019-12-061-0/+6
| | | | | | | | | | | | | | | | | | Add some doc for the `show pbr map [NAME] [detail]` command. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
* | | Merge pull request #4765 from opensourcerouting/defaults-v2Donald Sharp2019-12-061-0/+134
|\ \ \ | |/ / |/| | lib/*: new config defaults system, v2
| * | doc: document defaults mechanismDavid Lamparter2019-12-061-0/+134
| | | | | | | | | | | | Signed-off-by: David Lamparter <equinox@diac24.net>
* | | Merge pull request #5439 from mjstapp/nhg_add_labelsRenato Westphal2019-12-061-1/+1
|\ \ \ | |/ / |/| | lib: support labelled nexthops in nexthop_groups
| * | lib: support labelled nexthops in nexthop_groupsMark Stapp2019-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Add support for labelled nexthops in nexthop-group vtysh configuration. Also update the PBR doc where the cli is described. Signed-off-by: Mark Stapp <mjs@voltanet.io>
* | | Merge pull request #5288 from SumitAgarwal123/bfd_docsRafael Zalamena2019-12-061-1/+52
|\ \ \ | | | | | | | | doc: Adding new CLI and updating existing show output
| * | | doc: Adding new CLI and updating exsisting show outputSumitAgarwal1232019-11-061-1/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Adding 2 two new fields Peer type, configured/dynamic Detect multiplier 2. Added new command "clear bfd counters" 3. Added new command "show bfd peers brief" Signed-off-by: Sayed Mohd Saquib sayed.saquib@broadcom.com
* | | | doc: Add moaar dashes to underline lineDonatas Abraitis2019-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc/user/bgp.rst:420: WARNING: Title underline too short. Reject routes with AS_SET or AS_CONFED_SET types ------------------------------- Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* | | | doc: add doc for easy commit sign-off with `-s`Stephen Worley2019-12-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some doc to let developers know about the `-s` flag with `git commit`. We were seeing some people writing the sign-off manually. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
* | | | Merge pull request #5341 from rbauduin/patch-1Donatas Abraitis2019-12-041-0/+3
|\ \ \ \ | | | | | | | | | | mention allow-outbound-policy for route reflectors
| * | | | doc: mention allow-outbound-policy for route reflectorsrbauduin2019-12-011-0/+3
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Raphael Bauduin <rb@raphinou.com>
* | | | Merge pull request #5305 from ↵Donald Sharp2019-12-041-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | ton31337/feature/draft-ietf-idr-deprecate-as-set-confed-set bgpd: Reject incoming and outgoing UPDATES for AS_SET and AS_CONFED_SET
| * | | | doc: Add documentation for `bgp reject-as-sets` commandDonatas Abraitis2019-11-141-0/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* | | | | Merge pull request #5284 from sworleys/PBR-Add-NH-Table-2Philippe Guibert2019-11-261-0/+8
|\ \ \ \ \ | | | | | | | | | | | | pbrd: Add `set vrf NAME` and `set vrf unchanged`
| * | | | | pbrd: Add `set vrf NAME` and `set vrf unchanged`Stephen Worley2019-11-211-0/+8
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `set vrf NAME` allows the pbr map to point to an arbitrary vrf table. `set vrf unchanged` will use the interface's vrf for table lookup. Further, add functionality for pbr to respond to interface events such as interface vrf changes & interface creation/deletion. Ex) ubuntu_nh# show pbr map pbr-map TEST valid: 1 Seq: 1 rule: 300 Installed: 3(1) Reason: Valid SRC Match: 3.3.3.3/32 VRF Unchanged (use interface vrf) pbr-map TEST2 valid: 1 Seq: 2 rule: 301 Installed: 3(2) Reason: Valid SRC Match: 4.4.4.4/32 VRF Lookup: vrf-red root@ubuntu_nh:/home# ip rule show 0: from all lookup local 300: from 3.3.3.3 iif dummy2 lookup main 300: from 3.3.3.3 iif dummyVRF lookup 1111 301: from 4.4.4.4 iif dummy1 lookup 1111 301: from 4.4.4.4 iif dummy3 lookup 1111 Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com-
* | | | | Merge pull request #4977 from chiragshah6/evpn_dev1Philippe Guibert2019-11-261-0/+55
|\ \ \ \ \ | | | | | | | | | | | | * evpn primary address advertisement
| * | | | | doc: evpn pip add documentationChirag Shah2019-11-221-0/+55
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket:CM-26190 Reviewed By: Testing Done: Signed-off-by: Chirag Shah <chirag@cumulusntworks.com>
* / / / / zebra: knob to make ra retransmit interval rfc compliantDon Slice2019-11-221-0/+14
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem reported by testing facility that our sending of Router Advertisements more frequently than once very three seconds is not compliant with rfc4861. Added a knob to turn off fast retransmits in order to meet the requirement of the RFC. Ticket: CM-27063 Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
* | | | doc: Fix nhrp doc issueDonald Sharp2019-11-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | The link to the strong swan patches was mumble snumped. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* | | | doc: add link to developer docsQuentin Young2019-11-171-0/+3
| | | | | | | | | | | | | | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* | | | doc: clean up overview.rstQuentin Young2019-11-171-15/+20
| |/ / |/| | | | | | | | | | | | | | | | | Move the "how to get" blurb to a more obvious place and include a link to the apt repo. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* | | Merge pull request #5307 from ton31337/fix/bgp_dampening_per_afi_safiDonald Sharp2019-11-121-0/+3
|\ \ \ | | | | | | | | bgpd: Rework BGP dampening to be per AFI/SAFI
| * | | doc: Append documentation for `bgp dampening` commandDonatas Abraitis2019-11-121-0/+3
| |/ / | | | | | | | | | Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* | | Merge pull request #5209 from ton31337/feature/banner_motd_from_inputRenato Westphal2019-11-121-0/+11
|\ \ \ | | | | | | | | vtysh: Add an option to set banner motd from an input
| * | | doc: Add `banner motd <file|line>` sectionsDonatas Abraitis2019-10-311-0/+11
| | | | | | | | | | | | | | | | Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* | | | bgpd: Remove not used bgp_find_nexthop() functionDonatas Abraitis2019-11-081-2/+0
| |/ / |/| | | | | | | | | | | | | | Seems like a dead code. Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* | | doc: clean up && index topotest json docsQuentin Young2019-11-042-45/+44
| | | | | | | | | | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* | | doc: Update documentation to talk about development branchesDonald Sharp2019-11-011-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | As per weekly meeting this is an attempt to document about how we as a community will work together on development branches. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* | | Merge pull request #5248 from ↵Donatas Abraitis2019-10-311-0/+8
|\ \ \ | | | | | | | | | | | | | | | | opensourcerouting/bgp-sender-as-path-loop-detection bgpd: sender side AS path loop detection
| * | | doc: bgp sender side as path loop detectionRafael Zalamena2019-10-301-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Document the new command that does sender side AS path loop detection and filtering. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>