summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | doc: Add redistribute vnc-direct commandDonatas Abraitis2019-10-281-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* | | | doc: redistribute vpn --> redistribute vncDonatas Abraitis2019-10-281-2/+2
|/ / / | | | | | | | | | Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* / / doc: Add docs for new nexthop group commandsStephen Worley2019-10-251-4/+20
|/ / | | | | | | | | | | | | | | Add some doc information for the new nexthop group commands. Also had to add some for ones that were missing, which we are adding additional commands to. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
* | Merge pull request #5200 from ton31337/feature/doc_access-list_sequence_numbersDonald Sharp2019-10-251-4/+18
|\ \ | | | | | | doc: Update documentation for access-list with sequence numbers
| * | doc: Update documentation for access-list with sequence numbersDonatas Abraitis2019-10-211-4/+18
| | | | | | | | | | | | Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* | | doc: Update supported platforms matrix w/ vrrpdDonald Sharp2019-10-231-0/+2
| | | | | | | | | | | | Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* | | Merge pull request #5204 from ghasemnaddaf/vrrp_updatesQuentin Young2019-10-221-2/+2
|\ \ \ | | | | | | | | doc: vrrp vip must not be on parent interface
| * | | doc: vrrp vip must not be on parent interfaceGhasem Naddaf2019-10-211-2/+2
| |/ / | | | | | | | | | Signed-off-by: Ghasem Naddaf <ghasem.naddaf@gmail.com>
* | | Merge pull request #5193 from qlyoung/doc-release-fixesDonatas Abraitis2019-10-227-400/+533
|\ \ \ | |/ / |/| | Document release procedure
| * | doc: strip ws, shell -> consoleQuentin Young2019-10-211-13/+13
| | | | | | | | | | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
| * | doc: update release procedure docsQuentin Young2019-10-186-94/+230
| | | | | | | | | | | | | | | | | | Add a lot of detail and update some outdated stuff. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
| * | doc: fix messed up topotests docsQuentin Young2019-10-181-306/+303
| | | | | | | | | | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* | | Merge pull request #5108 from donaldsharp/sendbuffer_size_bgpDonatas Abraitis2019-10-202-0/+80
|\ \ \ | |/ / |/| | Sendbuffer size bgp
| * | doc: Add cli options for bgp to documentationDonald Sharp2019-10-162-0/+80
| | | | | | | | | | | | | | | | | | Document the bgp cli options. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* | | Merge pull request #5172 from donaldsharp/sa_clean_and_cleanRenato Westphal2019-10-181-0/+7
|\ \ \ | | | | | | | | Sa clean and clean
| * | | doc: Add MRAI timer documentation to bgp docsDonald Sharp2019-10-161-0/+7
| |/ / | | | | | | | | | | | | | | | We were missing the bgp MRAI timer documentation. Add it in. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* | | doc: fix read-quanta .. index copy-paste errQuentin Young2019-10-171-1/+1
| | | | | | | | | | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* | | Merge pull request #5171 from donaldsharp/remove_getrusageMark Stapp2019-10-172-1/+19
|\ \ \ | | | | | | | | *: Allow disabling of `getrusage` calls
| * | | *: Allow disabling of `getrusage` callsDonald Sharp2019-10-162-1/+19
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | getrusage, in a heavily stressed system, can account for signficant running time due to process switching to the kernel. Allow the end-operator to specify `--disable-cpu-time` to avoid this call. Additionally we cause `show thread cpu` to not show up if this is selected. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* | | Merge pull request #5150 from qlyoung/bgp-vector-io-4Mark Stapp2019-10-171-0/+20
|\ \ \ | |/ / |/| | BGP vector I/O - Redux
| * | doc: add documentation for write- and read-quantaQuentin Young2019-10-161-0/+20
| | | | | | | | | | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* | | Merge pull request #5088 from pogojotz/revert-asm-equiv-in-MTYPEDonald Sharp2019-10-151-1/+7
|\ \ \ | |/ / |/| | lib: Revert usage of asm-code in MTYPE definitions
| * | lib: Fix static variable initializationJuergen Werner2019-10-011-0/+6
| | | | | | | | | | | | Signed-off-by: Juergen Werner <juergen@opensourcerouting.org>
| * | lib: Revert usage of asm-code in MTYPE definitionsJuergen Werner2019-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The asm-code was interpreted inconsistently for different platforms. In particular for AArch64 this caused UB, if multiple static MTYPEs where defined in one file. All static MTYPE_* could point to the same memory location (namely the first defined MTYPE) OR to their respective (correct) locations depending on the context of their usage. Signed-off-by: Juergen Werner <juergen@opensourcerouting.org>
* | | Merge pull request #5117 from ton31337/fix/remove_deprecation_for_ip_prefixDonald Sharp2019-10-141-77/+77
|\ \ \ | | | | | | | | bgpd: Remove depracated `ip` prefix for as-path/extcommunity/large/co…
| * | | doc: Replace `ip` prefix for as-path and community lists to `bgp`Donatas Abraitis2019-10-081-77/+77
| |/ / | | | | | | | | | Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* | | Merge pull request #5138 from ghasemnaddaf/vrrp_updatesQuentin Young2019-10-111-8/+11
|\ \ \ | | | | | | | | doc: minor updates to vrrp doc
| * | | doc: minor updates to vrrp docGhasem Naddaf2019-10-111-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | fix wrapping and indentation Signed-off-by: Ghasem Naddaf <ghasem.naddaf@gmail.com>
| * | | doc: minor updates to vrrp docGhasem Naddaf2019-10-111-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | clarify IPv6 address, debug config and default version Signed-off-by: Ghasem Naddaf <ghasem.naddaf@gmail.com>
* | | | bgpd: ability to export prefixes entries to a kernel table identifierPhilippe Guibert2019-10-101-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this table identifier can be used for policy routing. incoming entries are locally exported to that local table identifier. note that so that the user applies the new table identifier to all entries, the user should flush local tables first. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
* | | | doc: add style guide for YANGQuentin Young2019-10-091-2/+27
|/ / / | | | | | | | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
* | | doc: update topotests doc for address sanitizerRafael Zalamena2019-10-091-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the `--enable-address-sanitizer` option instead of the manual version using environment flags. This also avoids the problem of having to remember to skip clippy with the custom flags: ``` make -C lib CFLAGS="-g -O2" LDFLAGS="-g" clippy ``` The snippet above is not needed with `--enable-address-sanitizer`! Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
* | | doc: Add some additional warnings around Turning off bgp capabilitiesDonald Sharp2019-10-031-5/+7
|/ / | | | | | | | | | | | | | | FRR supports the ability to turn off the negotation of bgp capabilities. Provide a few bread crumbs to the operator that it might not be as useful as they would hope. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* | doc: add vty command information about brief usagePhilippe Guibert2019-09-301-2/+5
| | | | | | | | | | | | brief keyword can be used along with vrf NAME or vrf all. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
* | Merge pull request #5051 from idryzhov/fix-vrf-autocompleteDonald Sharp2019-09-251-4/+4
|\ \ | | | | | | *: fix missing VRF autocompletions
| * | *: fix missing VRF autocompletionsIgor Ryzhov2019-09-241-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current autocompletion works only for simple "vrf NAME" case. This commit expands it also for the following cases: - "nexthop-vrf NAME" in staticd - usage of $varname in many daemons All daemons are updated to use single varname "$vrf_name". Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
* | | doc: Update bgp docs to have `show bgp update-group...` commandsDonald Sharp2019-09-231-0/+17
|/ / | | | | | | | | | | | | Update the user docs to have information about the `show bgp update-group.. group of commands. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* | user: Update `ip protocol...` command documentationDonald Sharp2019-09-201-9/+20
| | | | | | | | | | | | Update documentation to reflect on the ground behavior. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* | Merge pull request #4984 from Alexis-ROYER/pim-doc#4965Donald Sharp2019-09-181-3/+4
|\ \ | |/ |/| [PIM] Confusing documentation for `ip pim sm` command (#4965)
| * doc/user: Confusing documentation for `ip pim sm`Alexis Royer2019-09-181-3/+4
| | | | | | | | | | | | Modification of the documentation for the `ip pim sm` command in order to avoid the understanding of an incompatibility with IGMP on the interface. Signed-off-by: Alexis Royer <alexis.royer@gmail.com>
* | Merge pull request #4988 from donaldsharp/watchfrr_ignore_daemonRuss White2019-09-173-0/+32
|\ \ | | | | | | Watchfrr ignore daemon
| * | doc: Add watchfrr documentationDonald Sharp2019-09-163-0/+32
| |/ | | | | | | | | | | Start the documentation for watchfrr. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* / doc: Update documentation for 'set distance XX` command for bgpDonald Sharp2019-09-131-0/+6
|/ | | | | | | Allow bgp to store and pass through a different distance than normal for installing into the rib. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* doc: Djikstra -> DijkstraRuben Kerkhof2019-09-111-1/+1
| | | | Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
* Merge pull request #4950 from donaldsharp/table_summaryRenato Westphal2019-09-111-0/+8
|\ | | | | Table summary
| * doc: Add `show ip route summary` documentationDonald Sharp2019-09-111-0/+8
| | | | | | | | | | | | Add a bit of doc for the `show ip route summary` command Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* | doc: Update documentation to talk about Administrative DistanceDonald Sharp2019-09-111-0/+56
|/ | | | | | | | The FRR documentation had no discussion about how Administrative Distance is used. Update the documentation to reflect the reality on the ground. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* Merge pull request #4866 from ↵Lou Berger2019-09-101-11/+23
|\ | | | | | | | | ton31337/feature/apply_route-map_for_aggregate-address bgpd: Apply route-map for aggregate-address
| * doc: Add documentation for aggregate-address with route-map supportDonatas Abraitis2019-08-281-11/+23
| | | | | | | | | | | | | | Additionally remove trailling/unnecesarry whitespaces and align code snippets correctly. Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
* | doc: Edgar -> EdsgerQuentin Young2019-09-091-1/+1
| | | | | | | | Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>