summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2025-03-09doc: The sbfd documentation was not being includedDonald Sharp
Add the sbfd documentation, such as it is, to the developer documentation so that it can be read by people. Signed-off-by: Donald Sharp <sharpd@nvidia.com> (cherry picked from commit f1c75deb8e6581b0c3eb2129a61c017ca1d9be99)
2025-03-09doc: Developer documentation missing some build instructionsDonald Sharp
The building-frr-for-ubuntu2404 and building-doc were missing from the compilation of developer documents. Signed-off-by: Donald Sharp <sharpd@nvidia.com> (cherry picked from commit 4738cb51d2019e8852887e97e9a0363ec29728a4)
2025-03-09doc: Add typesafe conversion examplesDonald Sharp
Try to give some good examples of various lists being converted over to the typesafe way of doing things. Signed-off-by: Donald Sharp <sharpd@nvidia.com> (cherry picked from commit 39909f9fb9459ce210cb44a10291a053d4fbb272)
2025-02-04doc: Say that 0.0.0.0 (0) BGP identifier is invalidDonatas Abraitis
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org> (cherry picked from commit c9a29289548028163a8d1edd55dbf03f27d53484)
2025-02-04Merge pull request #17336 from forrestchu/sbfdRuss White
implement SBFD
2025-01-23doc: add sbfd docwumu.zsl
Signed-off-by: wumu.zsl <wumu.zsl@alibaba-inc.com>
2025-01-21Merge pull request #17793 from LabNConsulting/working/lb/fix-r8-rpmsJafar Al-Gharaibeh
Fix Rocky 8 RPMs, add options to build without rpki and docs (default is to include)
2025-01-20Merge pull request #17882 from LabNConsulting/chopps/doc-update-mgmtdJafar Al-Gharaibeh
small mgmtd-dev doc update and yanglint cleanup
2025-01-18doc: add misplaced doc change for mgmtd developmentChristian Hopps
Signed-off-by: Christian Hopps <chopps@labn.net>
2025-01-18doc: Add support for SRv6 static sid CLIYuqing Zhao
Add the srv6 static sids configuration and show running-config sections in static.rst. Signed-off-by: Yuqing Zhao <galadriel.zyq@alibaba-inc.com>
2025-01-17Merge pull request #17836 from pguibert6WIND/limit_comm_list_countDonatas Abraitis
limit community list count
2025-01-15lib: introduce global -w option for VRF netns backendIgor Ryzhov
Current -n option is only for zebra and mgmtd. All other daemons receive the VRF backend configuration from zebra upon connection to it. This leads to a potential race condition - daemons need to know the backend before they start reading their config, but they can be not connected to zebra yet at this point. As the VRF backend cannot change during runtime, let's introduce a new global -w option for setting netns backend, to make sure that all daemons know their VRF backend immediately after start. The reason for introducing a new option instead of making -n global is that ospfd already uses -n for another purposes. Signed-off-by: Igor Ryzhov <idryzhov@gmail.com>
2025-01-15Merge pull request #17776 from nabahr/group-rpf-modeDonald Sharp
PIMD: RPF lookup mode per-group, per-source
2025-01-14Merge pull request #17846 from Jafaral/fix-latex-warnDonald Sharp
doc: fix LaTex warnings, add documentation to build docs
2025-01-14Merge pull request #17639 from pguibert6WIND/bmp_import_vrf_viewRuss White
Ability to import BMP information from a separate BGP instance
2025-01-14bgpd: add 'match community-count' command to restrict comm countPhilippe Guibert
Add a mechanism in route-map to filter out route-map which have a list of communities greater than the given number. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
2025-01-13doc: building html/pdf user and developer documentationJafar Al-Gharaibeh
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
2025-01-13doc: fix LaTex warning when building pdf docsJafar Al-Gharaibeh
LaTex doesn't like the Unicon character `≥` which should be represented by the special sequnce `$\leq$`. Since this is buried all in Sphinx, and we also have a scrip that look for the character, the easiest fix is to just use `>=` instead which works without warnings, and without asking to ignore every warning about the use of every instance of the special char. Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
2025-01-12doc: add building for ubuntu 24.04, and refactorChristian Hopps
- All 3 ubutu 2x (20.04, 22.04 and 24.04) have the same instructions so put them in one include file. Signed-off-by: Christian Hopps <chopps@labn.net>
2025-01-09doc: Document rpf-lookup-mode changesNathan Bahr
Signed-off-by: Nathan Bahr <nbahr@atcorp.com>
2025-01-08doc: update redhat packaging doc with new options and use of Rocky 8 (Centos ↵Lou Berger
8 is no more) Signed-off-by: Lou Berger <lberger@labn.net>
2025-01-07bgpd: add debugging command for route aggregationEnke Chen
Add a new debugging command: debug bgp aggregate [prefix <A.B.C.D/M|X:X::X:X/M>] Signed-off-by: Enke Chen <enchen@paloaltonetworks.com>
2025-01-07doc: add bmp import-vrf-view on the bmp user guidePhilippe Guibert
Add the bmp import-vrf-view command on the bmp user guide. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
2025-01-07Merge pull request #17774 from famfo/doc/alpineRuss White
doc: fix building for alpine package path
2025-01-07Merge pull request #17431 from krishna-samy/bgpd_json_commitsRuss White
bgpd: show json output changes to optimize various show commands
2025-01-06doc: fix building-for-alpine package pathfamfo
Signed-off-by: famfo <famfo@famfo.xyz>
2024-12-21doc: Show the valid range of SRv6 locator node-lenCarmine Scarpitta
The documentation should provide the valid range of SRv6 locator node-len parameter, rather than the default value. Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
2024-12-21doc: Show the valid range of SRv6 locator block-lenCarmine Scarpitta
The documentation should provide the valid range of SRv6 locator block-len parameter, rather than the default value. Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
2024-12-21doc: Fix the order of SRv6 locator parametersCarmine Scarpitta
Align the order of the SRv6 locator parameters with the actual implementation: ``` "prefix X:X::X:X/M$prefix [block-len (16-64)$block_bit_len] \ [node-len (16-64)$node_bit_len] [func-bits (0-64)$func_bit_len]" ``` Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
2024-12-16Merge pull request #17252 from nabahr/mcast-modeRafael Zalamena
Fix PIMD RPF lookup mode and nexthop tracking
2024-12-13doc: Clean up Multicast RIB documentationNathan Bahr
Moved it all to PIM section and updated docs for recent changes. Signed-off-by: Nathan Bahr <nbahr@atcorp.com>
2024-12-12Merge pull request #17640 from opensourcerouting/feature/graphviz_frr_releasesJafar Al-Gharaibeh
doc: Update the next release dates
2024-12-12doc: Update the next release datesDonatas Abraitis
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2024-12-12doc: document new command MSDP originator IDRafael Zalamena
Let user know about new MSDP knob to configure originator ID. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
2024-12-10Merge pull request #17521 from opensourcerouting/msdp-sa-limitJafar Al-Gharaibeh
pimd: MSDP per peer SA limit
2024-12-09Merge pull request #17461 from csiltala/multicast-boundary-aclDonald Sharp
pimd: Extend multicast boundary/ACL functionality
2024-12-07doc: remove no-op "netns NAMESPACE" command from the docsIgor Ryzhov
Signed-off-by: Igor Ryzhov <idryzhov@gmail.com>
2024-12-06doc: Expand ACL and multicast boundary documentationCorey Siltala
Add documentation for existing extended access-list functionality and the new "ip multicast boundary" command leveraging that functionality. Signed-off-by: Corey Siltala <csiltala@atcorp.com>
2024-12-05doc: document new SA limit commandRafael Zalamena
Let user know about the new MSDP SA limit command. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
2024-12-04Merge pull request #17502 from opensourcerouting/msdp-shutdownJafar Al-Gharaibeh
pimd: implement MSDP shutdown command
2024-11-27Merge pull request #17527 from guoguojia2021/guozhongfeng_alibabaDonatas Abraitis
doc:Fix bgp doc warning
2024-11-27doc:Fix bgp doc warningguozhongfeng.gzf
Signed-off-by: guozhongfeng.gzf <guozhongfeng.gzf@alibaba-inc.com>
2024-11-26tests: Deprecate TOPOTEST_PULLDonatas Abraitis
We do not maintain docker.com/frrouting anymore and not building custom images for topotests. Use local images for topotests instead. Just use: ``` mak topotests-build make topotests ``` Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2024-11-25doc: document shutdown commandRafael Zalamena
Let users know about the MSDP shutdown command. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
2024-11-19bgpd: Disable sending ROV extended community by defaultDonatas Abraitis
https://datatracker.ietf.org/doc/html/rfc8097 defines ROV extended community, but https://datatracker.ietf.org/doc/draft-ietf-sidrops-avoid-rpki-state-in-bgp is against sending it by default even for iBGP peers. Let's do this practice and reverse it. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2024-11-18bgpd: add documentation for show bgp router json commandKrishnasamy R
Signed-off-by: Krishnasamy R <krishnasamyr@nvidia.com>
2024-11-16Merge pull request #17193 from opensourcerouting/frr-name-useJafar Al-Gharaibeh
accords: guidelines/terms for FRRouting trademarks
2024-11-13doc: document and explain PIM embedded RPRafael Zalamena
Let user know about PIM embedded RP configuration commands. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
2024-11-12Merge pull request #17374 from opensourcerouting/fix/rfc_9687Russ White
Add two RFCs for BGP to the list
2024-11-08Merge pull request #17231 from guoguojia2021/guozhongfeng_alibabaDonatas Abraitis
bgpd:support of color extended community color-only types