summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2024-03-27Merge pull request #15557 from idryzhov/remove-confdJafar Al-Gharaibeh
*: remove confd plugin
2024-03-26Merge pull request #15585 from ↵Russ White
opensourcerouting/feature/enable_dynamic_capability_for_datacenter_profile bgpd: Enable BGP dynamic capability by default for datacenter profile
2024-03-23doc: fix some commands for isisanlan_cs
Signed-off-by: anlan_cs <vic.lan@pica8.com>
2024-03-21grpc: fix grpc for various failuresChristian Hopps
lib: don't define a `fallthrough` in c++ to avoid conflict with protobuf c++ check: add link libs required by some versions of grpc++ or it's dependent linked libs tests: don't fail the test due to known at exit memleaks Signed-off-by: Christian Hopps <chopps@labn.net>
2024-03-20bgpd: Enable BGP dynamic capability by default for datacenter profileDonatas Abraitis
Dynamic capability provides more value without resetting the sessions for some important other capabilities to exchange, like: graceful-restart, addpath, orf, fqdn, etc. Since we support it already, enable it by default. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2024-03-19Merge pull request #15565 from LabNConsulting/chopps/code-coverRuss White
tests: enable code coverage reporting with topotests
2024-03-17tests: enable code coverage reporting with topotestsChristian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>
2024-03-15*: remove confd pluginIgor Ryzhov
ConfD is not supported anymore and its use is discouraged by developers: https://discuss.tail-f.com/t/confd-premium-no-longer-available-future-of-confd/4552/6 Remove the code and all mentions of ConfD from the documentation. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
2024-03-14bgpd: When using dev build add pointer information to %pBDDonald Sharp
When building FRR with `--enable-dev-build`. Add a bit of code to include the pointer value as part of the output. Helps with tracking down issues and let's us see more data when using the dev build option. New output: 2024/03/08 19:48:56 BGP: [V0J1J-W5RHA] 11.0.20.1/32(0x5759ddf8d7c0) for 11.0.20.1/32 Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2024-03-10doc: update re. ISO C23 printf changesDavid Lamparter
The new `%w99d` fixed-width modifier still needs work in `frr-format`, which unfortunately is not as trivial as `%b` was. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2024-03-05Merge pull request #15479 from opensourcerouting/fix/spellingRuss White
doc: Fix one spelling `dissallowed` to `disallowed`
2024-03-05doc: Fix one spelling `dissallowed` to `disallowed`Donatas Abraitis
Closes: https://github.com/FRRouting/frr/issues/15465 Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2024-03-04doc: Add `show fpm status [json]` command to documentationDonald Sharp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2024-03-04zebra: Add fpm_listenerDonald Sharp
Add a tiny fpm_listener program to allow FRR to test the fpm. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2024-03-04doc, tools: Remove ARRAY_SIZE checkDonald Sharp
checkpatch.pl wants you to use ARRAY_SIZE in a kernel header file. We don't have access to this kernel header file for normal compilation. I'm just going to remove it. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2024-02-27Merge pull request #15438 from opensourcerouting/fix/doc_release_reference_tableRuss White
doc: Update dates in release reference table
2024-02-27Merge pull request #14810 from dmytroshytyi-6WIND/srv6_bgp_sid_reachabilityRuss White
SRv6 BGP SID reachability
2024-02-27Merge pull request #15273 from opensourcerouting/feature/paths_limit_capabilityRuss White
bgpd: Implement Paths-Limit capability
2024-02-27doc: Update dates in release reference tableDonatas Abraitis
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2024-02-23Merge pull request #15384 from louis-6wind/isis-show-all-algosDonatas Abraitis
isisd: display all the algorithms at the same time
2024-02-19doc: show isis optional algorithm idLouis Scalbert
Set optional algorithm ID in the show isis commands. Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
2024-02-17doc: Add `mgmtd` pytest marker into documentationDonatas Abraitis
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2024-02-14Merge pull request #15288 from donaldsharp/shell_access_removalDonatas Abraitis
vtysh: Remove deprecated shell_access code
2024-02-13doc: Add `neighbor ... addpath-rx-paths-limit` commandDonatas Abraitis
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2024-02-13Merge pull request #15284 from ↵Russ White
opensourcerouting/feature/bgpd_announce_rpki_state_knob bgpd: Add neighbor X send-community extended rpki command
2024-02-12doc: docker: update with new more strict protobuf requirementsChristian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>
2024-02-09mgmtd: ripng, libs fully convertedVincent JARDIN
While checking the code, we can notice that they are already converted. Suggested-by: Igor Ryzhov <iryzhov@nfware.com> Signed-off-by: Vincent Jardin <vjardin@free.fr>
2024-02-07doc: Fix the documentation for route-map continue statementDonatas Abraitis
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2024-02-07doc: Add `neighbor X send-community extended rpki` commandDonatas Abraitis
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2024-02-06Merge pull request #15283 from okda-networks/doc-updateDonald Sharp
doc: sysrepo plugin doc update with test commands
2024-02-06Merge pull request #15308 from donaldsharp/update_source_documentationMark Stapp
doc: Document `update-source <IFNAME>` command better
2024-02-05doc: Add some documentation around a new pthread callDonald Sharp
Not necessarily the correct place for this but there is no other place and it needs to be called out and I would rather have some documentation in place. Long term I would like to add a bunch of frr_pthread documentation but at this point in time it's not there. We can re-arrange when that happens. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2024-02-05doc: Document `update-source <IFNAME>` command betterDonald Sharp
There was a question in regards to how the update-source choose the ip address for the source when using the `update-source` command in BGP. Upon looking at the code, I was a but surprised, so I decided to document this behavior. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2024-02-05vtysh: Remove deprecated shell_access codeDonald Sharp
This code has been deprecated for over a year and frankly needs to be removed from the system. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2024-02-04doc: remove [no] from commandsIgor Ryzhov
The rule is to document only positive versions of commands. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
2024-02-03Merge pull request #15192 from fdumontet6WIND/capa_negoDonatas Abraitis
bgpd: add [no]neighbor capability fqdn
2024-02-02Merge pull request #10151 from pguibert6WIND/ensure_routing_protocols_good_bwDonald Sharp
zebra: avoid having speed set to UINT32_MAX
2024-02-02doc: sysrepo plugin doc update with tested commandsAmjad Daraiseh
Signed-off-by: Amjad Daraiseh <adaraiseh@okdanetworks.com>
2024-02-02doc: add neighbor PEER capability fqdn commandFrancois Dumontet
improve bgp doc Signed-off-by: Francois Dumontet <francois.dumontet@6wind.com>
2024-01-31Merge pull request #15251 from qlyoung/fix-doc-nbcli-numlistIgor Ryzhov
doc: fix misformatted list in nbapi docs
2024-01-31Merge pull request #15254 from LabNConsulting/chopps/notificationsIgor Ryzhov
Add YANG notifications
2024-01-30tests: add YANG notification testChristian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>
2024-01-30doc: update [no] recommendationQuentin Young
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
2024-01-30doc: bgp ipv4 l3vpn sid reachabilityDmytro Shytyi
BGP IPv4 L3VPN with SRv6 SID reachability example provided in the documentation Signed-off-by: Dmytro Shytyi <dmytro.shytyi@6wind.com>
2024-01-30doc: add doc for show configuration runningMark Stapp
Add a doc entry for the newly-unhidden 'show configuration running ...' command. Signed-off-by: Mark Stapp <mjs@labn.net>
2024-01-29doc: fix misformatted list in nbapi docsQuentin Young
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
2024-01-29doc, yang, zebra: allow bandwidth up to 1 terabit/secPhilippe Guibert
Allow bandwidth up to 1000000 Mb/s (ie. 1 Tb/s) and document it. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com> Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
2024-01-29Merge pull request #15181 from idryzhov/zebra-mgmtdChristian Hopps
zebra interfaces NB conversion
2024-01-28zebra, build: disable irdp by defaultIgor Ryzhov
IRDP client (rdisc) was deleted from iputils more than 2 years ago. It's time to drop IRDP, but first let's stop building and including it in the packages by default to see if anyone will be complaining. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
2024-01-28zebra: convert interface link-params command to NBIgor Ryzhov
Make link-params a presence container and activate it when entering the node. The "enable" command is not necessary anymore but kept hidden for backwards compatibility. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>