summaryrefslogtreecommitdiff
path: root/doc/figures
AgeCommit message (Collapse)Author
2024-01-04doc: add diagram of oper-state queries.Christian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>
2023-06-19doc: start of mgmtd developer docChristian Hopps
- docs on how to convert daemon to mgmtd and some diagrams - and a fix for code-block in cspf.rst Signed-off-by: Christian Hopps <chopps@labn.net>
2020-12-18pathd: Add optional support for PCEP to pathdSebastien Merle
This new dynamic module makes pathd behave as a PCC for dynamic candidate path using the external library pcpelib https://github.com/volta-networks/pceplib . The candidate paths defined as dynamic will trigger computation requests to the configured PCE, and the PCE response will be used to update the policy. It supports multiple PCE. The one with smaller precedence will be elected as the master PCE, and only if the connection repeatedly fails, the PCC will switch to another PCE. Example of configuration: segment-routing traffic-eng pcep pce-config CONF source-address ip 10.10.10.10 sr-draft07 ! pce PCE1 config CONF address ip 1.1.1.1 ! pce PCE2 config CONF address ip 2.2.2.2 ! pcc peer PCE1 precedence 10 peer PCE2 precedence 20 ! ! ! ! Co-authored-by: Brady Johnson <brady@voltanet.io> Co-authored-by: Emanuele Di Pascale <emanuele@voltanet.io> Co-authored-by: GalaxyGorilla <sascha@netdef.org> Co-authored-by: Javier Garcia <javier.garcia@voltanet.io> Co-authored-by: Renato Westphal <renato@opensourcerouting.org> Co-authored-by: Sebastien Merle <sebastien@netdef.org> Signed-off-by: Sebastien Merle <sebastien@netdef.org>
2020-09-01doc, yang, isisd : Support for different VRF in isisdharios_niral
1. Added isis with different vrf and it's dependecies. 2. Added new vrf leaf in yang. 3. A minor change for IF_DOWN_FROM_Z passing argrument is replaced with ifp pointer in api "isis_if_delete_hook()". 4. Minor fix in the isisd spf unit test. Co-authored-by: Kaushik <kaushik@niralnetworks.com>" Signed-off-by: harios_niral <hari@niralnetworks.com>
2020-08-11docs: Add dmvpn exampleDmitriyEshenko
Signed-off-by: Dmitriy Eshenko <dmitriy.eshenko@vyos.io>
2019-08-02all: remove logical-router functionalityIgor Ryzhov
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
2018-05-03doc: add figures & fix some typos in arch. docsQuentin Young
Found some old design documentation I wrote up and stole the figures. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-04-30doc: add documentation on threading & process archQuentin Young
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-04-02doc: add more CLI documentationQuentin Young
* Document modes & nodes * Document walkup behavior * Document struct cmd_node * Add graph of node relationships * Reorder sections to make more logical sense * Rewrap sections to 80 lines * Fix code block indent * Specify language for code blocks in order to get syntax highlighting Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-03-20doc: cligraph.svg -> cligraph.png, misc cleanupQuentin Young
LaTeX doesn't know how to typeset SVG images, so use a png. Sphinx has a plugin to automatically convert images to the right format for every builder but it depends on imagemagick and God only knows what plugin support is like on Centos 6... Also correct the name of the BGP typecodes doc in its index file. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-02-13doc: document CLI BNF grammar, add DFA figuresQuentin Young
Technical details on CLI implementation. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-02-08doc: change html theme, add svg logoQuentin Young
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-02-02doc: add logosQuentin Young
Branding! Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-01-31doc: move dev doc figures to figures/Quentin Young
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-01-30doc: reorganizeQuentin Young
* Move all developer related docs into developer/ * Move all figures into their own directory * Move manpages to own directory Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>