| Age | Commit message (Collapse) | Author | 
 | 
protocol vs. OS docs + SMUX leftovers
 | 
 | 
Signed-off-by: David Lamparter <equinox@diac24.net>
 | 
 | 
A nicely-formatted colorful table of all our daemons and target OS'.
Based off & intended to replace / extend
https://github.com/FRRouting/frr/wiki/Features-and-Kernel-Support
Signed-off-by: David Lamparter <equinox@diac24.net>
 | 
 | 
netravnen/feature/bgpd/documen-use-of-additional-bgp-well-known-communities
Document bgp well-known communities in PR2684
 | 
 | 
Coded as part of #2684 and most code written while participating at
BornHack@2018.
bgp.rst: Explain what the communities does and a summarized edition of
the communities purpose.
Signed-off-by: Christoffer <netravnen@gmail.com>
 | 
 | 
doc/developer: logging guide
 | 
 | 
The ZEBRA_IPV4_ROUTE_[ADD|DELETE] and ZEBRA_IPV6_ROUTE_[ADD|DELETE] functionality
has been deprecated for a year now, let's remove this code from the system.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
 | 
 | 
The smux.c code has not been able to compile for 2+ years
and no-one has noticed. Additionally net-snmp has marked
smux integration as deprecated for quite some time as well.
Since no-one has noticed and it's been broken and smux integration
is deprecated let's just remove this from the code base.
From looking at the code, it sure looks like SNMP could use
a decent cleanup.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
 | 
 | 
This roughly outlines when to use which logging function.  It's
certainly something to have to point people to, so they get things nice
and right - and so we get at least somewhat consistent behaviour for the
user.
Signed-off-by: David Lamparter <equinox@diac24.net>
 | 
 | 
doc: address multiple warnings related to bfdd's docs
 | 
 | 
* Extend dashes on 'OSPF BFD Configuration' title;
* Add JSON output code indentation;
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
 | 
 | 
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
 | 
 | 
Since we removed --enable-tcp-zebra cleanup the last
remaining vestiges of that code from the system.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
 | 
 | 
bfdd: bug fixes and improvements
 | 
 | 
Error Reference Cards
 | 
 | 
Improvements:
* Show command line as code, to avoid confusion about single dash (`-`)
  and double dash;
* Tell the user where the BGP BFD commands can be found;
* Document OSPF/OSPF6/PIM BFD commands;
* Document JSON commands;
* Tell about session counters;
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
 | 
 | 
bgpd: document how to avoid reflecting advertised information back to originator
 | 
 | 
Signed-off-by: Lou Berger <lberger@labn.net>
 | 
 | 
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
 | 
 | 
lib: track total memory per MTYPE if possible
 | 
 | 
 | 
 | 
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
 | 
 | 
Signed-off-by: David Lamparter <equinox@diac24.net>
 | 
 | 
Add BFD daemon documentation:
* commands;
* man page;
* manual / description;
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
 | 
 | 
doc: set origin
 | 
 | 
Create Staticd
 | 
 | 
 | 
 | 
Options must be documented before they can be cross-referenced, and the
scope for configure options is not present in rpki.rst. Remove the
option role tag from the `-M` option to remove the build warning.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
 | 
 | 
Index directives cannot contain content.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
 | 
 | 
Remove the ip route specific sections from zebra documenation and
create a specific one for the new staticd.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
 | 
 | 
The parameter was missing in that vty command. Then it is being added.
Also some documentation is refreshed.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
 | 
 | 
doc: misc bgp.rst fixes
 | 
 | 
doc: cleanup rpki.rst
 | 
 | 
* Clean up command stubs
* Document `disable-connected-check`
* Add markup
* Clarify section on autonomous systems
* Rewrap line to 80 characters
* Fix typos
* Fix grammar
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
 | 
 | 
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
 | 
 | 
doc: add Ldp user documentation
 | 
 | 
Simplify deprecation check
 | 
 | 
Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
 | 
 | 
Previous commit on this file introduced formatting issues.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
 | 
 | 
It has not been properly documented yet how to enable the RPKI module with BGP when having installed FRR with RPKI support. This PR seeks to add a section to the user documentation about this. So users will not have to resolve to searching the internet and looking through the FROG mailing list threads for answers.
 | 
 | 
doc: add more information about show ip bgp and show bgp
 | 
 | 
unit tests: support code coverage instrumentation and reports
 | 
 | 
doc: cleanup maintainer release document
 | 
 | 
bgpd: rpki revalidation
 | 
 | 
Signed-off-by: Lou Berger <lberger@labn.net>
 | 
 | 
doc: Add document for Release Build by maintainer
 | 
 | 
* Sphinx numbered lists use 1. not 1)
* Indents are three spaces
* Blocks under lists should be indented along with the rest of the list
  content
* Sphinx converts :: to : when used as a code block marker
* Apply some preformatted markup to things that should be preformatted
* Remove trailing whitespace
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
 | 
 | 
This commit gathers some basic information on how to configure and setup
Ldp, as well as depict some main principles for that protocol.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
 | 
 | 
Add some information to inform the user that one can either display ipv4
or ipv6 routing table, with the above commands.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
 | 
 | 
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
 |